hdf5.bindings

hdf5.bindings

D Language bindings to the HDF5 Library. (Paired with a set of high-level wrappers) https://github.com/Laeeth/d_hdf5

No restriction on use beyond those applying from HDF5 and the original C API by Stefan Frijters However, if you use them, I would not mind knowing your application and suggestions for improvement if you feel like sharing. laeeth@laeeth.com

More...

Modules

api
module hdf5.bindings.api

hdf5.bindings.api

enums
module hdf5.bindings.enums

hdf5.bindings.enum.d

hlapi
module hdf5.bindings.hlapi

Copyright by The HDF Group. Copyright by the Board of Trustees of the University of Illinois. All rights reserved.

Public Imports

core.stdc.stdint
public import core.stdc.stdint;
Undocumented in source.
core.stdc.time
public import core.stdc.time;
Undocumented in source.
core.stdc.stdint
public import core.stdc.stdint;
Undocumented in source.

Members

Aliases

H5A_operator2_t
alias H5A_operator2_t = herr_t function(hid_t location_id, const char* attr_name, const H5A_info_t* ainfo, void* op_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5D_gather_func_t
alias H5D_gather_func_t = herr_t function(const void* dst_buf, size_t dst_buf_bytes_used, void* op_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5D_operator_t
alias H5D_operator_t = herr_t function(void* elem, hid_t type_id, int ndim, const hsize_t* point, void* operator_data)
H5D_scatter_func_t
alias H5D_scatter_func_t = herr_t function(const void** src_buf, size_t* src_buf_bytes_used, void* op_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5FD_MPIO
alias H5FD_MPIO = H5FD_mpio_init
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5I_free_t
alias H5I_free_t = herr_t function(void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5I_search_func_t
alias H5I_search_func_t = int function(void* obj, hid_t id, void* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5L_copy_func_t
alias H5L_copy_func_t = herr_t function(const char* new_name, hid_t new_loc, const void* lnkdata, size_t lnkdata_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5L_create_func_t
alias H5L_create_func_t = herr_t function(const char* link_name, hid_t loc_group, const void* lnkdata, size_t lnkdata_size, hid_t lcpl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5L_delete_func_t
alias H5L_delete_func_t = herr_t function(const char* link_name, hid_t file, const void* lnkdata, size_t lnkdata_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5L_elink_traverse_t
alias H5L_elink_traverse_t = herr_t function(const char* parent_file_name, const char* parent_group_name, const char* child_file_name, const char* child_object_name, uint* acc_flags, hid_t fapl_id, void* op_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5L_iterate_t
alias H5L_iterate_t = herr_t function(hid_t group, const char* name, const H5LInfo* info, void* op_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5L_move_func_t
alias H5L_move_func_t = herr_t function(const char* new_name, hid_t new_loc, const void* lnkdata, size_t lnkdata_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5L_query_func_t
alias H5L_query_func_t = ssize_t function(const char* link_name, const void* lnkdata, size_t lnkdata_size, void* buf, size_t buf_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5L_traverse_func_t
alias H5L_traverse_func_t = herr_t function(const char* link_name, hid_t cur_group, const void* lnkdata, size_t lnkdata_size, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_iterate_t
alias H5O_iterate_t = herr_t function(hid_t obj, const char* name, const H5O_info_t* info, void* op_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_mcdt_search_cb_t
alias H5O_mcdt_search_cb_t = H5O_mcdt_search_ret_t function(void* op_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_msg_crt_idx_t
alias H5O_msg_crt_idx_t = uint32_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_ATTRIBUTE_CREATE
alias H5P_ATTRIBUTE_CREATE = H5P_CLS_ATTRIBUTE_CREATE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_ATTRIBUTE_CREATE_DEFAULT
alias H5P_ATTRIBUTE_CREATE_DEFAULT = H5P_LST_ATTRIBUTE_CREATE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_DATASET_ACCESS
alias H5P_DATASET_ACCESS = H5P_CLS_DATASET_ACCESS_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_DATASET_ACCESS_DEFAULT
alias H5P_DATASET_ACCESS_DEFAULT = H5P_LST_DATASET_ACCESS_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_DATASET_CREATE
alias H5P_DATASET_CREATE = H5P_CLS_DATASET_CREATE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_DATASET_CREATE_DEFAULT
alias H5P_DATASET_CREATE_DEFAULT = H5P_LST_DATASET_CREATE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_DATASET_XFER
alias H5P_DATASET_XFER = H5P_CLS_DATASET_XFER_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_DATASET_XFER_DEFAULT
alias H5P_DATASET_XFER_DEFAULT = H5P_LST_DATASET_XFER_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_DATATYPE_ACCESS
alias H5P_DATATYPE_ACCESS = H5P_CLS_DATATYPE_ACCESS_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_DATATYPE_ACCESS_DEFAULT
alias H5P_DATATYPE_ACCESS_DEFAULT = H5P_LST_DATATYPE_ACCESS_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_DATATYPE_CREATE
alias H5P_DATATYPE_CREATE = H5P_CLS_DATATYPE_CREATE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_DATATYPE_CREATE_DEFAULT
alias H5P_DATATYPE_CREATE_DEFAULT = H5P_LST_DATATYPE_CREATE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_FILE_ACCESS
alias H5P_FILE_ACCESS = H5P_CLS_FILE_ACCESS_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_FILE_ACCESS_DEFAULT
alias H5P_FILE_ACCESS_DEFAULT = H5P_LST_FILE_ACCESS_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_FILE_CREATE
alias H5P_FILE_CREATE = H5P_CLS_FILE_CREATE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_FILE_CREATE_DEFAULT
alias H5P_FILE_CREATE_DEFAULT = H5P_LST_FILE_CREATE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_FILE_MOUNT
alias H5P_FILE_MOUNT = H5P_CLS_FILE_MOUNT_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_FILE_MOUNT_DEFAULT
alias H5P_FILE_MOUNT_DEFAULT = H5P_LST_FILE_MOUNT_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_GROUP_ACCESS
alias H5P_GROUP_ACCESS = H5P_CLS_GROUP_ACCESS_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_GROUP_ACCESS_DEFAULT
alias H5P_GROUP_ACCESS_DEFAULT = H5P_LST_GROUP_ACCESS_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_GROUP_CREATE
alias H5P_GROUP_CREATE = H5P_CLS_GROUP_CREATE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_GROUP_CREATE_DEFAULT
alias H5P_GROUP_CREATE_DEFAULT = H5P_LST_GROUP_CREATE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_LINK_ACCESS
alias H5P_LINK_ACCESS = H5P_CLS_LINK_ACCESS_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_LINK_ACCESS_DEFAULT
alias H5P_LINK_ACCESS_DEFAULT = H5P_LST_LINK_ACCESS_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_LINK_CREATE
alias H5P_LINK_CREATE = H5P_CLS_LINK_CREATE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_LINK_CREATE_DEFAULT
alias H5P_LINK_CREATE_DEFAULT = H5P_LST_LINK_CREATE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_OBJECT_COPY
alias H5P_OBJECT_COPY = H5P_CLS_OBJECT_COPY_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_OBJECT_COPY_DEFAULT
alias H5P_OBJECT_COPY_DEFAULT = H5P_LST_OBJECT_COPY_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_OBJECT_CREATE
alias H5P_OBJECT_CREATE = H5P_CLS_OBJECT_CREATE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_ROOT
alias H5P_ROOT = H5P_CLS_ROOT_g
H5P_STRING_CREATE
alias H5P_STRING_CREATE = H5P_CLS_STRING_CREATE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_cls_close_func_t
alias H5P_cls_close_func_t = herr_t function(hid_t prop_id, void* close_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_cls_copy_func_t
alias H5P_cls_copy_func_t = herr_t function(hid_t new_prop_id, hid_t old_prop_id, void* copy_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_cls_create_func_t
alias H5P_cls_create_func_t = herr_t function(hid_t prop_id, void* create_data)
H5P_iterate_t
alias H5P_iterate_t = herr_t function(hid_t id, const char* name, void* iter_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_prp_cb1_t
alias H5P_prp_cb1_t = herr_t function(const char* name, size_t size, void* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_prp_cb2_t
alias H5P_prp_cb2_t = herr_t function(hid_t prop_id, const char* name, size_t size, void* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_prp_close_func_t
alias H5P_prp_close_func_t = H5P_prp_cb1_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_prp_compare_func_t
alias H5P_prp_compare_func_t = int function(const void* value1, const void* value2, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_prp_copy_func_t
alias H5P_prp_copy_func_t = H5P_prp_cb1_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_prp_create_func_t
alias H5P_prp_create_func_t = H5P_prp_cb1_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_prp_delete_func_t
alias H5P_prp_delete_func_t = H5P_prp_cb2_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_prp_get_func_t
alias H5P_prp_get_func_t = H5P_prp_cb2_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_prp_set_func_t
alias H5P_prp_set_func_t = H5P_prp_cb2_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_C_S1
alias H5T_C_S1 = H5T_C_S1_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_FORTRAN_S1
alias H5T_FORTRAN_S1 = H5T_FORTRAN_S1_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_IEEE_F32BE
alias H5T_IEEE_F32BE = H5T_IEEE_F32BE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_IEEE_F32LE
alias H5T_IEEE_F32LE = H5T_IEEE_F32LE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_IEEE_F64BE
alias H5T_IEEE_F64BE = H5T_IEEE_F64BE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_IEEE_F64LE
alias H5T_IEEE_F64LE = H5T_IEEE_F64LE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_INTEL_B16
alias H5T_INTEL_B16 = H5T_STD_B16LE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_INTEL_B32
alias H5T_INTEL_B32 = H5T_STD_B32LE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_INTEL_B64
alias H5T_INTEL_B64 = H5T_STD_B64LE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_INTEL_B8
alias H5T_INTEL_B8 = H5T_STD_B8LE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_INTEL_F32
alias H5T_INTEL_F32 = H5T_IEEE_F32LE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_INTEL_F64
alias H5T_INTEL_F64 = H5T_IEEE_F64LE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_INTEL_I16
alias H5T_INTEL_I16 = H5T_STD_I16LE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_INTEL_I32
alias H5T_INTEL_I32 = H5T_STD_I32LE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_INTEL_I64
alias H5T_INTEL_I64 = H5T_STD_I64LE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_INTEL_I8
alias H5T_INTEL_I8 = H5T_STD_I8LE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_INTEL_U16
alias H5T_INTEL_U16 = H5T_STD_U16LE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_INTEL_U32
alias H5T_INTEL_U32 = H5T_STD_U32LE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_INTEL_U64
alias H5T_INTEL_U64 = H5T_STD_U64LE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_INTEL_U8
alias H5T_INTEL_U8 = H5T_STD_U8LE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_B16
alias H5T_NATIVE_B16 = H5T_NATIVE_B16_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_B32
alias H5T_NATIVE_B32 = H5T_NATIVE_B32_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_B64
alias H5T_NATIVE_B64 = H5T_NATIVE_B64_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_B8
alias H5T_NATIVE_B8 = H5T_NATIVE_B8_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_DOUBLE
alias H5T_NATIVE_DOUBLE = H5T_NATIVE_DOUBLE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_FLOAT
alias H5T_NATIVE_FLOAT = H5T_NATIVE_FLOAT_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_HADDR
alias H5T_NATIVE_HADDR = H5T_NATIVE_HADDR_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_HBOOL
alias H5T_NATIVE_HBOOL = H5T_NATIVE_HBOOL_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_HERR
alias H5T_NATIVE_HERR = H5T_NATIVE_HERR_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_HSIZE
alias H5T_NATIVE_HSIZE = H5T_NATIVE_HSIZE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_HSSIZE
alias H5T_NATIVE_HSSIZE = H5T_NATIVE_HSSIZE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT
alias H5T_NATIVE_INT = H5T_NATIVE_INT_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT16
alias H5T_NATIVE_INT16 = H5T_NATIVE_INT16_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT32
alias H5T_NATIVE_INT32 = H5T_NATIVE_INT32_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT64
alias H5T_NATIVE_INT64 = H5T_NATIVE_INT64_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT8
alias H5T_NATIVE_INT8 = H5T_NATIVE_INT8_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT_FAST16
alias H5T_NATIVE_INT_FAST16 = H5T_NATIVE_INT_FAST16_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT_FAST32
alias H5T_NATIVE_INT_FAST32 = H5T_NATIVE_INT_FAST32_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT_FAST64
alias H5T_NATIVE_INT_FAST64 = H5T_NATIVE_INT_FAST64_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT_FAST8
alias H5T_NATIVE_INT_FAST8 = H5T_NATIVE_INT_FAST8_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT_LEAST16
alias H5T_NATIVE_INT_LEAST16 = H5T_NATIVE_INT_LEAST16_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT_LEAST32
alias H5T_NATIVE_INT_LEAST32 = H5T_NATIVE_INT_LEAST32_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT_LEAST64
alias H5T_NATIVE_INT_LEAST64 = H5T_NATIVE_INT_LEAST64_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT_LEAST8
alias H5T_NATIVE_INT_LEAST8 = H5T_NATIVE_INT_LEAST8_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_LLONG
alias H5T_NATIVE_LLONG = H5T_NATIVE_LLONG_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_LONG
alias H5T_NATIVE_LONG = H5T_NATIVE_LONG_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_OPAQUE
alias H5T_NATIVE_OPAQUE = H5T_NATIVE_OPAQUE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_SCHAR
alias H5T_NATIVE_SCHAR = H5T_NATIVE_SCHAR_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_SHORT
alias H5T_NATIVE_SHORT = H5T_NATIVE_SHORT_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UCHAR
alias H5T_NATIVE_UCHAR = H5T_NATIVE_UCHAR_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT
alias H5T_NATIVE_UINT = H5T_NATIVE_UINT_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT16
alias H5T_NATIVE_UINT16 = H5T_NATIVE_UINT16_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT32
alias H5T_NATIVE_UINT32 = H5T_NATIVE_UINT32_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT64
alias H5T_NATIVE_UINT64 = H5T_NATIVE_UINT64_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT8
alias H5T_NATIVE_UINT8 = H5T_NATIVE_UINT8_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT_FAST16
alias H5T_NATIVE_UINT_FAST16 = H5T_NATIVE_UINT_FAST16_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT_FAST32
alias H5T_NATIVE_UINT_FAST32 = H5T_NATIVE_UINT_FAST32_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT_FAST64
alias H5T_NATIVE_UINT_FAST64 = H5T_NATIVE_UINT_FAST64_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT_FAST8
alias H5T_NATIVE_UINT_FAST8 = H5T_NATIVE_UINT_FAST8_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT_LEAST16
alias H5T_NATIVE_UINT_LEAST16 = H5T_NATIVE_UINT_LEAST16_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT_LEAST32
alias H5T_NATIVE_UINT_LEAST32 = H5T_NATIVE_UINT_LEAST32_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT_LEAST64
alias H5T_NATIVE_UINT_LEAST64 = H5T_NATIVE_UINT_LEAST64_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT_LEAST8
alias H5T_NATIVE_UINT_LEAST8 = H5T_NATIVE_UINT_LEAST8_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_ULLONG
alias H5T_NATIVE_ULLONG = H5T_NATIVE_ULLONG_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_ULONG
alias H5T_NATIVE_ULONG = H5T_NATIVE_ULONG_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_USHORT
alias H5T_NATIVE_USHORT = H5T_NATIVE_USHORT_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_B16BE
alias H5T_STD_B16BE = H5T_STD_B16BE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_B16LE
alias H5T_STD_B16LE = H5T_STD_B16LE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_B32BE
alias H5T_STD_B32BE = H5T_STD_B32BE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_B32LE
alias H5T_STD_B32LE = H5T_STD_B32LE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_B64BE
alias H5T_STD_B64BE = H5T_STD_B64BE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_B64LE
alias H5T_STD_B64LE = H5T_STD_B64LE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_B8BE
alias H5T_STD_B8BE = H5T_STD_B8BE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_B8LE
alias H5T_STD_B8LE = H5T_STD_B8LE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_I16BE
alias H5T_STD_I16BE = H5T_STD_I16BE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_I16LE
alias H5T_STD_I16LE = H5T_STD_I16LE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_I32BE
alias H5T_STD_I32BE = H5T_STD_I32BE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_I32LE
alias H5T_STD_I32LE = H5T_STD_I32LE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_I64BE
alias H5T_STD_I64BE = H5T_STD_I64BE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_I64LE
alias H5T_STD_I64LE = H5T_STD_I64LE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_I8BE
alias H5T_STD_I8BE = H5T_STD_I8BE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_I8LE
alias H5T_STD_I8LE = H5T_STD_I8LE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_REF_DSETREG
alias H5T_STD_REF_DSETREG = H5T_STD_REF_DSETREG_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_REF_OBJ
alias H5T_STD_REF_OBJ = H5T_STD_REF_OBJ_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_U16BE
alias H5T_STD_U16BE = H5T_STD_U16BE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_U16LE
alias H5T_STD_U16LE = H5T_STD_U16LE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_U32BE
alias H5T_STD_U32BE = H5T_STD_U32BE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_U32LE
alias H5T_STD_U32LE = H5T_STD_U32LE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_U64BE
alias H5T_STD_U64BE = H5T_STD_U64BE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_U64LE
alias H5T_STD_U64LE = H5T_STD_U64LE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_U8BE
alias H5T_STD_U8BE = H5T_STD_U8BE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_U8LE
alias H5T_STD_U8LE = H5T_STD_U8LE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_UNIX_D32BE
alias H5T_UNIX_D32BE = H5T_UNIX_D32BE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_UNIX_D32LE
alias H5T_UNIX_D32LE = H5T_UNIX_D32LE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_UNIX_D64BE
alias H5T_UNIX_D64BE = H5T_UNIX_D64BE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_UNIX_D64LE
alias H5T_UNIX_D64LE = H5T_UNIX_D64LE_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_VAX_F32
alias H5T_VAX_F32 = H5T_VAX_F32_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_VAX_F64
alias H5T_VAX_F64 = H5T_VAX_F64_g
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_conv_except_func_t
alias H5T_conv_except_func_t = H5T_conv_ret_t function(H5T_conv_except_t except_type, hid_t src_id, hid_t dst_id, void* src_buf, void* dst_buf, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_conv_t
alias H5T_conv_t = herr_t function(hid_t src_id, hid_t dst_id, H5T_cdata_t* cdata, size_t nelmts, size_t buf_stride, size_t bkg_stride, void* buf, void* bkg, hid_t dset_xfer_plist)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_can_apply_func_t
alias H5Z_can_apply_func_t = htri_t function(hid_t dcpl_id, hid_t type_id, hid_t space_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_filter_func_t
alias H5Z_filter_func_t = H5Z_cb_return_t function(H5ZFilter filter, void* buf, size_t buf_size, void* op_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_func_t
alias H5Z_func_t = size_t function(uint flags, size_t cd_nelmts, const uint* cd_values, size_t nbytes, size_t* buf_size, void** buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_set_local_func_t
alias H5Z_set_local_func_t = herr_t function(hid_t dcpl_id, hid_t type_id, hid_t space_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MPI_Comm
alias MPI_Comm = int
Undocumented in source.
MPI_Datatype
alias MPI_Datatype = int
Undocumented in source.
MPI_Info
alias MPI_Info = int
Undocumented in source.
haddr_t
alias haddr_t = uint64_t
Undocumented in source.
haddr_t
alias haddr_t = uint
Undocumented in source.
haddr_t
alias haddr_t = ulong
Undocumented in source.
haddr_t
alias haddr_t = ulong
Undocumented in source.
hbool_t
alias hbool_t = uint
Undocumented in source.
hdset_reg_ref_t
alias hdset_reg_ref_t = ubyte[H5R_DSET_REG_REF_BUF_SIZE]
Undocumented in source.
herr_t
alias herr_t = int
Undocumented in source.
hid_t
alias hid_t = int
Undocumented in source.
hsize_t
alias hsize_t = ulong
Undocumented in source.
hssize_t
alias hssize_t = long
Undocumented in source.
htri_t
alias htri_t = int
Undocumented in source.
ssize_t
alias ssize_t = int
Undocumented in source.
ssize_t
alias ssize_t = long
Undocumented in source.
ssize_t
alias ssize_t = long
Undocumented in source.
uint64_t
alias uint64_t = uint
Undocumented in source.
uint64_t
alias uint64_t = uint
Undocumented in source.
uint64_t
alias uint64_t = ulong
Undocumented in source.

Enums

H5AC_METADATA
enum H5AC_METADATA
Undocumented in source.
H5DAllocTime
enum H5DAllocTime
Undocumented in source.
H5DLayout
enum H5DLayout
H5DSpaceStatus
enum H5DSpaceStatus
Undocumented in source.
H5D_chunk_index_t
enum H5D_chunk_index_t
Undocumented in source.
H5D_fill_time_t
enum H5D_fill_time_t
Undocumented in source.
H5D_fill_value_t
enum H5D_fill_value_t
Undocumented in source.
H5D_mpio_actual_chunk_opt_mode_t
enum H5D_mpio_actual_chunk_opt_mode_t
Undocumented in source.
H5D_mpio_actual_io_mode_t
enum H5D_mpio_actual_io_mode_t
Undocumented in source.
H5D_mpio_no_collective_cause_t
enum H5D_mpio_no_collective_cause_t
Undocumented in source.
H5FDMPIO
enum H5FDMPIO
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5FDMPIOChunkOptions
enum H5FDMPIOChunkOptions
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5F_close_degree_t
enum H5F_close_degree_t
Undocumented in source.
H5F_libver_t
enum H5F_libver_t
Undocumented in source.
H5F_mem_t
enum H5F_mem_t
Undocumented in source.
H5F_scope_t
enum H5F_scope_t
Undocumented in source.
H5GStorageType
enum H5GStorageType
Undocumented in source.
H5IType
enum H5IType
Undocumented in source.
H5Index
enum H5Index
Undocumented in source.
H5IterOrder
enum H5IterOrder
Undocumented in source.
H5LType
enum H5LType
Undocumented in source.
H5OType
enum H5OType
H5O_mcdt_search_ret_t
enum H5O_mcdt_search_ret_t
Undocumented in source.
H5RType
enum H5RType
Undocumented in source.
H5SClass
enum H5SClass
Undocumented in source.
H5SSeloper
enum H5SSeloper
Undocumented in source.
H5S_SELECT_NOOP
anonymousenum H5S_SELECT_NOOP
Undocumented in source.
H5S_sel_type
enum H5S_sel_type
Undocumented in source.
H5TByteOrder
enum H5TByteOrder
Undocumented in source.
H5TClass
enum H5TClass
Undocumented in source.
H5TCset
enum H5TCset
Undocumented in source.
H5TDirection
enum H5TDirection
Undocumented in source.
H5TString
enum H5TString
Undocumented in source.
H5T_bkg_t
enum H5T_bkg_t
Undocumented in source.
H5T_cmd_t
enum H5T_cmd_t
Undocumented in source.
H5T_conv_except_t
enum H5T_conv_except_t
Undocumented in source.
H5T_conv_ret_t
enum H5T_conv_ret_t
Undocumented in source.
H5T_norm_t
enum H5T_norm_t
Undocumented in source.
H5T_pad_t
enum H5T_pad_t
Undocumented in source.
H5T_pers_t
enum H5T_pers_t
Undocumented in source.
H5T_sign_t
enum H5T_sign_t
Undocumented in source.
H5ZFilter
enum H5ZFilter
Undocumented in source.
H5Z_EDC_t
enum H5Z_EDC_t
Undocumented in source.
H5Z_SO_scale_type_t
enum H5Z_SO_scale_type_t
Undocumented in source.
H5Z_cb_return_t
enum H5Z_cb_return_t
Undocumented in source.

Functions

H5Aclose
herr_t H5Aclose(hid_t attr_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Acreate2
hid_t H5Acreate2(hid_t loc_id, char* attr_name, hid_t type_id, hid_t space_id, hid_t acpl_id, hid_t aapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Acreate_by_name
hid_t H5Acreate_by_name(hid_t loc_id, char* obj_name, char* attr_name, hid_t type_id, hid_t space_id, hid_t acpl_id, hid_t aapl_id, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Adelete
herr_t H5Adelete(hid_t loc_id, char* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Adelete_by_idx
herr_t H5Adelete_by_idx(hid_t loc_id, char* obj_name, H5Index idx_type, H5IterOrder order, hsize_t n, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Adelete_by_name
herr_t H5Adelete_by_name(hid_t loc_id, char* obj_name, char* attr_name, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Aexists
htri_t H5Aexists(hid_t obj_id, char* attr_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Aexists_by_name
htri_t H5Aexists_by_name(hid_t obj_id, char* obj_name, char* attr_name, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Aget_create_plist
hid_t H5Aget_create_plist(hid_t attr_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Aget_info
herr_t H5Aget_info(hid_t attr_id, H5A_info_t* ainfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Aget_info_by_idx
herr_t H5Aget_info_by_idx(hid_t loc_id, char* obj_name, H5Index idx_type, H5IterOrder order, hsize_t n, H5A_info_t* ainfo, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Aget_info_by_name
herr_t H5Aget_info_by_name(hid_t loc_id, char* obj_name, char* attr_name, H5A_info_t* ainfo, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Aget_name
ssize_t H5Aget_name(hid_t attr_id, size_t buf_size, char* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Aget_name_by_idx
ssize_t H5Aget_name_by_idx(hid_t loc_id, char* obj_name, H5Index idx_type, H5IterOrder order, hsize_t n, char* name, size_t size, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Aget_space
hid_t H5Aget_space(hid_t attr_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Aget_storage_size
hsize_t H5Aget_storage_size(hid_t attr_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Aget_type
hid_t H5Aget_type(hid_t attr_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Aiterate2
herr_t H5Aiterate2(hid_t loc_id, H5Index idx_type, H5IterOrder order, hsize_t* idx, H5A_operator2_t op, void* op_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Aiterate_by_name
herr_t H5Aiterate_by_name(hid_t loc_id, char* obj_name, H5Index idx_type, H5IterOrder order, hsize_t* idx, H5A_operator2_t op, void* op_data, hid_t lapd_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Aopen
hid_t H5Aopen(hid_t obj_id, char* attr_name, hid_t aapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Aopen_by_idx
hid_t H5Aopen_by_idx(hid_t loc_id, char* obj_name, H5Index idx_type, H5IterOrder order, hsize_t n, hid_t aapl_id, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Aopen_by_name
hid_t H5Aopen_by_name(hid_t loc_id, char* obj_name, char* attr_name, hid_t aapl_id, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Aread
herr_t H5Aread(hid_t attr_id, hid_t type_id, void* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Arename
herr_t H5Arename(hid_t loc_id, char* old_name, char* new_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Arename_by_name
herr_t H5Arename_by_name(hid_t loc_id, char* obj_name, char* old_attr_name, char* new_attr_name, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Awrite
herr_t H5Awrite(hid_t attr_id, hid_t type_id, void* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Dclose
herr_t H5Dclose(hid_t dset_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Dcreate2
hid_t H5Dcreate2(hid_t loc_id, char* name, hid_t type_id, hid_t space_id, hid_t lcpl_id, hid_t dcpl_id, hid_t dapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Dcreate_anon
hid_t H5Dcreate_anon(hid_t file_id, hid_t type_id, hid_t space_id, hid_t plist_id, hid_t dapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Ddebug
herr_t H5Ddebug(hid_t dset_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Dfill
herr_t H5Dfill(void* fill, hid_t fill_type, void* buf, hid_t buf_type, hid_t space)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Dgather
herr_t H5Dgather(hid_t src_space_id, void* src_buf, hid_t type_id, size_t dst_buf_size, void* dst_buf, H5D_gather_func_t op, void* op_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Dget_access_plist
hid_t H5Dget_access_plist(hid_t dset_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Dget_create_plist
hid_t H5Dget_create_plist(hid_t dset_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Dget_offset
haddr_t H5Dget_offset(hid_t dset_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Dget_space
hid_t H5Dget_space(hid_t dset_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Dget_space_status
herr_t H5Dget_space_status(hid_t dset_id, H5DSpaceStatus* allocation)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Dget_storage_size
hsize_t H5Dget_storage_size(hid_t dset_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Dget_type
hid_t H5Dget_type(hid_t dset_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Diterate
herr_t H5Diterate(void* buf, hid_t type_id, hid_t space_id, H5D_operator_t op, void* operator_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Dopen2
hid_t H5Dopen2(hid_t file_id, char* name, hid_t dapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Dread
herr_t H5Dread(hid_t dset_id, hid_t mem_type_id, hid_t mem_space_id, hid_t file_space_id, hid_t plist_id, void* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Dscatter
herr_t H5Dscatter(H5D_scatter_func_t op, void* op_data, hid_t type_id, hid_t dst_space_id, void* dst_buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Dset_extent
herr_t H5Dset_extent(hid_t dset_id, hsize_t* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Dvlen_get_buf_size
herr_t H5Dvlen_get_buf_size(hid_t dataset_id, hid_t type_id, hid_t space_id, hsize_t* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Dvlen_reclaim
herr_t H5Dvlen_reclaim(hid_t type_id, hid_t space_id, hid_t plist_id, void* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Dwrite
herr_t H5Dwrite(hid_t dset_id, hid_t mem_type_id, hid_t mem_space_id, hid_t file_space_id, hid_t plist_id, void* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5FD_mpio_init
hid_t H5FD_mpio_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5FD_mpio_term
void H5FD_mpio_term()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Fclear_elink_file_cache
herr_t H5Fclear_elink_file_cache(hid_t file_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Fclose
herr_t H5Fclose(hid_t file_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Fcreate
hid_t H5Fcreate(char* filename, uint flags, hid_t create_plist, hid_t access_plist)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Fflush
herr_t H5Fflush(hid_t object_id, H5F_scope_t _scope)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Fget_access_plist
hid_t H5Fget_access_plist(hid_t file_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Fget_create_plist
hid_t H5Fget_create_plist(hid_t file_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Fget_file_image
ssize_t H5Fget_file_image(hid_t file_id, void* buf_ptr, size_t buf_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Fget_filesize
herr_t H5Fget_filesize(hid_t file_id, hsize_t* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Fget_freespace
hssize_t H5Fget_freespace(hid_t file_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Fget_info
herr_t H5Fget_info(hid_t obj_id, H5F_info_t* bh_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Fget_intent
herr_t H5Fget_intent(hid_t file_id, uint* intent)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Fget_mdc_hit_rate
herr_t H5Fget_mdc_hit_rate(hid_t file_id, double* hit_rate_ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Fget_mdc_size
herr_t H5Fget_mdc_size(hid_t file_id, size_t* max_size_ptr, size_t* min_clean_size_ptr, size_t* cur_size_ptr, int* cur_num_entries_ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Fget_mpi_atomicity
herr_t H5Fget_mpi_atomicity(hid_t file_id, hbool_t* flag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Fget_name
ssize_t H5Fget_name(hid_t obj_id, char* name, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Fget_obj_count
ssize_t H5Fget_obj_count(hid_t file_id, uint types)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Fget_obj_ids
ssize_t H5Fget_obj_ids(hid_t file_id, uint types, size_t max_objs, hid_t* obj_id_list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Fget_vfd_handle
herr_t H5Fget_vfd_handle(hid_t file_id, hid_t fapl, void** file_handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Fis_hdf5
htri_t H5Fis_hdf5(char* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Fmount
herr_t H5Fmount(hid_t loc, char* name, hid_t child, hid_t plist)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Fopen
hid_t H5Fopen(char* filename, uint flags, hid_t access_plist)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Freopen
hid_t H5Freopen(hid_t file_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Freset_mdc_hit_rate_stats
herr_t H5Freset_mdc_hit_rate_stats(hid_t file_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Fset_mpi_atomicity
herr_t H5Fset_mpi_atomicity(hid_t file_id, hbool_t flag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Funmount
herr_t H5Funmount(hid_t loc, char* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Gclose
herr_t H5Gclose(hid_t group_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Gcreate2
hid_t H5Gcreate2(hid_t loc_id, char* name, hid_t lcpl_id, hid_t gcpl_id, hid_t gapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Gcreate_anon
hid_t H5Gcreate_anon(hid_t loc_id, hid_t gcpl_id, hid_t gapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Gget_create_plist
hid_t H5Gget_create_plist(hid_t group_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Gget_info
herr_t H5Gget_info(hid_t loc_id, H5GInfo* ginfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Gget_info_by_idx
herr_t H5Gget_info_by_idx(hid_t loc_id, const(char*) group_name, H5Index idx_type, H5IterOrder order, hsize_t n, H5GInfo* ginfo, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Gget_info_by_name
herr_t H5Gget_info_by_name(hid_t loc_id, const(char*) name, H5GInfo* ginfo, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Gopen2
hid_t H5Gopen2(hid_t loc_id, char* name, hid_t gapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Iclear_type
herr_t H5Iclear_type(H5IType type, hbool_t force)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Idec_ref
int H5Idec_ref(hid_t id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Idec_type_ref
int H5Idec_type_ref(H5IType type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Idestroy_type
herr_t H5Idestroy_type(H5IType type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Iget_file_id
hid_t H5Iget_file_id(hid_t id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Iget_name
ssize_t H5Iget_name(hid_t id, char* name, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Iget_ref
int H5Iget_ref(hid_t id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Iget_type
H5IType H5Iget_type(hid_t id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Iget_type_ref
int H5Iget_type_ref(H5IType type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Iinc_ref
int H5Iinc_ref(hid_t id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Iinc_type_ref
int H5Iinc_type_ref(H5IType type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Iis_valid
htri_t H5Iis_valid(hid_t id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Inmembers
herr_t H5Inmembers(H5IType type, hsize_t* num_members)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Iobject_verify
void* H5Iobject_verify(hid_t id, H5IType id_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Iregister
hid_t H5Iregister(H5IType type, void* object)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Iregister_type
H5IType H5Iregister_type(size_t hash_size, uint reserved, H5I_free_t free_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Iremove_verify
void* H5Iremove_verify(hid_t id, H5IType id_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Isearch
void* H5Isearch(H5IType type, H5I_search_func_t func, void* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Itype_exists
htri_t H5Itype_exists(H5IType type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Lcopy
herr_t H5Lcopy(hid_t src_loc, char* src_name, hid_t dst_loc, char* dst_name, hid_t lcpl_id, hid_t lapl_id)
H5Lcreate_external
herr_t H5Lcreate_external(char* file_name, char* obj_name, hid_t link_loc_id, char* link_name, hid_t lcpl_id, hid_t lapl_id)
H5Lcreate_hard
herr_t H5Lcreate_hard(hid_t cur_loc, char* cur_name, hid_t dst_loc, char* dst_name, hid_t lcpl_id, hid_t lapl_id)
H5Lcreate_soft
herr_t H5Lcreate_soft(char* link_target, hid_t link_loc_id, char* link_name, hid_t lcpl_id, hid_t lapl_id)
H5Lcreate_ud
herr_t H5Lcreate_ud(hid_t link_loc_id, char* link_name, H5LType link_type, void* udata, size_t udata_size, hid_t lcpl_id, hid_t lapl_id)
H5Ldelete
herr_t H5Ldelete(hid_t loc_id, char* name, hid_t lapl_id)
H5Ldelete_by_idx
herr_t H5Ldelete_by_idx(hid_t loc_id, char* group_name, H5Index idx_type, H5IterOrder order, hsize_t n, hid_t lapl_id)
H5Lexists
htri_t H5Lexists(hid_t loc_id, char* name, hid_t lapl_id)
H5Lget_info
herr_t H5Lget_info(hid_t loc_id, char* name, H5LInfo* linfo, hid_t lapl_id)
H5Lget_info_by_idx
herr_t H5Lget_info_by_idx(hid_t loc_id, char* group_name, H5Index idx_type, H5IterOrder order, hsize_t n, H5LInfo* linfo, hid_t lapl_id)
H5Lget_name_by_idx
ssize_t H5Lget_name_by_idx(hid_t loc_id, char* group_name, H5Index idx_type, H5IterOrder order, hsize_t n, char* name, size_t size, hid_t lapl_id)
H5Lget_val
herr_t H5Lget_val(hid_t loc_id, char* name, void* buf, size_t size, hid_t lapl_id)
H5Lget_val_by_idx
herr_t H5Lget_val_by_idx(hid_t loc_id, char* group_name, H5Index idx_type, H5IterOrder order, hsize_t n, void* buf, size_t size, hid_t lapl_id)
H5Lis_registered
htri_t H5Lis_registered(H5LType id)
H5Literate
herr_t H5Literate(hid_t grp_id, H5Index idx_type, H5IterOrder order, hsize_t* idx, H5L_iterate_t op, void* op_data)
H5Literate_by_name
herr_t H5Literate_by_name(hid_t loc_id, char* group_name, H5Index idx_type, H5IterOrder order, hsize_t* idx, H5L_iterate_t op, void* op_data, hid_t lapl_id)
H5Lmove
herr_t H5Lmove(hid_t src_loc, char* src_name, hid_t dst_loc, char* dst_name, hid_t lcpl_id, hid_t lapl_id)
H5Lregister
herr_t H5Lregister(H5L_class_t* cls)
H5Lunpack_elink_val
herr_t H5Lunpack_elink_val(void* ext_linkval, size_t link_size, uint* flags, char** filename, char** obj_path)
H5Lunregister
herr_t H5Lunregister(H5LType id)
H5Lvisit
herr_t H5Lvisit(hid_t grp_id, H5Index idx_type, H5IterOrder order, H5L_iterate_t op, void* op_data)
H5Lvisit_by_name
herr_t H5Lvisit_by_name(hid_t loc_id, char* group_name, H5Index idx_type, H5IterOrder order, H5L_iterate_t op, void* op_data, hid_t lapl_id)
H5Oclose
herr_t H5Oclose(hid_t object_id)
H5Ocopy
herr_t H5Ocopy(hid_t src_loc_id, char* src_name, hid_t dst_loc_id, char* dst_name, hid_t ocpypl_id, hid_t lcpl_id)
H5Odecr_refcount
herr_t H5Odecr_refcount(hid_t object_id)
H5Oexists_by_name
htri_t H5Oexists_by_name(hid_t loc_id, char* name, hid_t lapl_id)
H5Oget_comment
ssize_t H5Oget_comment(hid_t obj_id, char* comment, size_t bufsize)
H5Oget_comment_by_name
ssize_t H5Oget_comment_by_name(hid_t loc_id, char* name, char* comment, size_t bufsize, hid_t lapl_id)
H5Oget_info
herr_t H5Oget_info(hid_t loc_id, H5O_info_t* oinfo)
H5Oget_info_by_idx
herr_t H5Oget_info_by_idx(hid_t loc_id, char* group_name, H5Index idx_type, H5IterOrder order, hsize_t n, H5O_info_t* oinfo, hid_t lapl_id)
H5Oget_info_by_name
herr_t H5Oget_info_by_name(hid_t loc_id, const(char*) name, H5O_info_t* oinfo, hid_t lapl_id)
H5Oincr_refcount
herr_t H5Oincr_refcount(hid_t object_id)
H5Olink
herr_t H5Olink(hid_t obj_id, hid_t new_loc_id, char* new_name, hid_t lcpl_id, hid_t lapl_id)
H5Oopen
hid_t H5Oopen(hid_t loc_id, char* name, hid_t lapl_id)
H5Oopen_by_addr
hid_t H5Oopen_by_addr(hid_t loc_id, haddr_t addr)
H5Oopen_by_idx
hid_t H5Oopen_by_idx(hid_t loc_id, char* group_name, H5Index idx_type, H5IterOrder order, hsize_t n, hid_t lapl_id)
H5Oset_comment
herr_t H5Oset_comment(hid_t obj_id, char* comment)
H5Oset_comment_by_name
herr_t H5Oset_comment_by_name(hid_t loc_id, char* name, char* comment, hid_t lapl_id)
H5Ovisit
herr_t H5Ovisit(hid_t obj_id, H5Index idx_type, H5IterOrder order, H5O_iterate_t op, void* op_data)
H5Ovisit_by_name
herr_t H5Ovisit_by_name(hid_t loc_id, char* obj_name, H5Index idx_type, H5IterOrder order, H5O_iterate_t op, void* op_data, hid_t lapl_id)
H5Padd_merge_committed_dtype_path
herr_t H5Padd_merge_committed_dtype_path(hid_t plist_id, char* path)
H5Pall_filters_avail
htri_t H5Pall_filters_avail(hid_t plist_id)
H5Pclose
herr_t H5Pclose(hid_t plist_id)
H5Pclose_class
herr_t H5Pclose_class(hid_t plist_id)
H5Pcopy
hid_t H5Pcopy(hid_t plist_id)
H5Pcopy_prop
herr_t H5Pcopy_prop(hid_t dst_id, hid_t src_id, char* name)
H5Pcreate
hid_t H5Pcreate(hid_t cls_id)
H5Pcreate_class
hid_t H5Pcreate_class(hid_t parent, char* name, H5P_cls_create_func_t cls_create, void* create_data, H5P_cls_copy_func_t cls_copy, void* copy_data, H5P_cls_close_func_t cls_close, void* close_data)
H5Pequal
htri_t H5Pequal(hid_t id1, hid_t id2)
H5Pexist
htri_t H5Pexist(hid_t plist_id, char* name)
H5Pfill_value_defined
herr_t H5Pfill_value_defined(hid_t plist, H5D_fill_value_t* status)
H5Pfree_merge_committed_dtype_paths
herr_t H5Pfree_merge_committed_dtype_paths(hid_t plist_id)
H5Pget
herr_t H5Pget(hid_t plist_id, char* name, void* value)
H5Pget_alignment
herr_t H5Pget_alignment(hid_t fapl_id, hsize_t* threshold, hsize_t* alignment)
H5Pget_alloc_time
herr_t H5Pget_alloc_time(hid_t plist_id, H5DAllocTime* alloc_time)
H5Pget_attr_creation_order
herr_t H5Pget_attr_creation_order(hid_t plist_id, uint* crt_order_flags)
H5Pget_attr_phase_change
herr_t H5Pget_attr_phase_change(hid_t plist_id, uint* max_compact, uint* min_dense)
H5Pget_btree_ratios
herr_t H5Pget_btree_ratios(hid_t plist_id, double* left, double* middle, double* right)
H5Pget_buffer
size_t H5Pget_buffer(hid_t plist_id, void** tconv, void** bkg)
H5Pget_cache
herr_t H5Pget_cache(hid_t plist_id, int* mdc_nelmts, size_t* rdcc_nslots, size_t* rdcc_nbytes, double* rdcc_w0)
H5Pget_char_encoding
herr_t H5Pget_char_encoding(hid_t plist_id, H5TCset* encoding)
H5Pget_chunk
int H5Pget_chunk(hid_t plist_id, int max_ndims, hsize_t* dim)
H5Pget_chunk_cache
herr_t H5Pget_chunk_cache(hid_t dapl_id, size_t* rdcc_nslots, size_t* rdcc_nbytes, double* rdcc_w0)
H5Pget_class
hid_t H5Pget_class(hid_t plist_id)
H5Pget_class_name
char* H5Pget_class_name(hid_t pclass_id)
H5Pget_class_parent
hid_t H5Pget_class_parent(hid_t pclass_id)
H5Pget_copy_object
herr_t H5Pget_copy_object(hid_t plist_id, uint* crt_intmd)
H5Pget_core_write_tracking
herr_t H5Pget_core_write_tracking(hid_t fapl_id, hbool_t* is_enabled, size_t* page_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Pget_create_intermediate_group
herr_t H5Pget_create_intermediate_group(hid_t plist_id, uint* crt_intmd)
H5Pget_data_transform
ssize_t H5Pget_data_transform(hid_t plist_id, char* expression, size_t size)
H5Pget_driver
hid_t H5Pget_driver(hid_t plist_id)
H5Pget_driver_info
void* H5Pget_driver_info(hid_t plist_id)
H5Pget_dxpl_mpio
herr_t H5Pget_dxpl_mpio(hid_t dxpl_id, H5FDMPIO* xfer_mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Pget_edc_check
H5Z_EDC_t H5Pget_edc_check(hid_t plist_id)
H5Pget_elink_acc_flags
herr_t H5Pget_elink_acc_flags(hid_t lapl_id, uint* flags)
H5Pget_elink_fapl
hid_t H5Pget_elink_fapl(hid_t lapl_id)
H5Pget_elink_file_cache_size
herr_t H5Pget_elink_file_cache_size(hid_t plist_id, uint* efc_size)
H5Pget_elink_prefix
ssize_t H5Pget_elink_prefix(hid_t plist_id, char* prefix, size_t size)
H5Pget_est_link_info
herr_t H5Pget_est_link_info(hid_t plist_id, uint* est_num_entries, uint* est_name_len)
H5Pget_external
herr_t H5Pget_external(hid_t plist_id, uint idx, size_t name_size, char* name, off_t* offset, hsize_t* size)
H5Pget_external_count
int H5Pget_external_count(hid_t plist_id)
H5Pget_family_offset
herr_t H5Pget_family_offset(hid_t fapl_id, hsize_t* offset)
H5Pget_fapl_mpio
herr_t H5Pget_fapl_mpio(hid_t fapl_id, MPI_Comm* comm, MPI_Info* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Pget_fclose_degree
herr_t H5Pget_fclose_degree(hid_t fapl_id, H5F_close_degree_t* degree)
H5Pget_file_image
herr_t H5Pget_file_image(hid_t fapl_id, void** buf_ptr_ptr, size_t* buf_len_ptr)
H5Pget_fill_time
herr_t H5Pget_fill_time(hid_t plist_id, H5D_fill_time_t* fill_time)
H5Pget_fill_value
herr_t H5Pget_fill_value(hid_t plist_id, hid_t type_id, void* value)
H5Pget_filter2
H5ZFilter H5Pget_filter2(hid_t plist_id, uint filter, int* flags, size_t* cd_nelmts, uint* cd_values, size_t namelen, char* name, uint* filter_config)
H5Pget_filter_by_id2
herr_t H5Pget_filter_by_id2(hid_t plist_id, H5ZFilter id, uint* flags, size_t* cd_nelmts, int* cd_values, size_t namelen, char* name, int* filter_config)
H5Pget_gc_references
herr_t H5Pget_gc_references(hid_t fapl_id, uint* gc_ref)
H5Pget_hyper_vector_size
herr_t H5Pget_hyper_vector_size(hid_t fapl_id, size_t* size)
H5Pget_istore_k
herr_t H5Pget_istore_k(hid_t plist_id, uint* ik)
H5Pget_layout
H5DLayout H5Pget_layout(hid_t plist_id)
H5Pget_libver_bounds
herr_t H5Pget_libver_bounds(hid_t plist_id, H5F_libver_t* low, H5F_libver_t* high)
H5Pget_link_creation_order
herr_t H5Pget_link_creation_order(hid_t plist_id, uint* crt_order_flags)
H5Pget_link_phase_change
herr_t H5Pget_link_phase_change(hid_t plist_id, uint* max_compact, uint* min_dense)
H5Pget_local_heap_size_hint
herr_t H5Pget_local_heap_size_hint(hid_t plist_id, size_t* size_hint)
H5Pget_meta_block_size
herr_t H5Pget_meta_block_size(hid_t fapl_id, hsize_t* size)
H5Pget_mpio_actual_chunk_opt_mode
herr_t H5Pget_mpio_actual_chunk_opt_mode(hid_t plist_id, H5D_mpio_actual_chunk_opt_mode_t* actual_chunk_opt_mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Pget_mpio_actual_io_mode
herr_t H5Pget_mpio_actual_io_mode(hid_t plist_id, H5D_mpio_actual_io_mode_t* actual_io_mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Pget_mpio_no_collective_cause
herr_t H5Pget_mpio_no_collective_cause(hid_t plist_id, uint32_t* local_no_collective_cause, uint32_t* global_no_collective_cause)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Pget_nfilters
int H5Pget_nfilters(hid_t plist_id)
H5Pget_nlinks
herr_t H5Pget_nlinks(hid_t plist_id, size_t* nlinks)
H5Pget_nprops
herr_t H5Pget_nprops(hid_t id, size_t* nprops)
H5Pget_obj_track_times
herr_t H5Pget_obj_track_times(hid_t plist_id, hbool_t* track_times)
H5Pget_preserve
int H5Pget_preserve(hid_t plist_id)
H5Pget_shared_mesg_index
herr_t H5Pget_shared_mesg_index(hid_t plist_id, uint index_num, uint* mesg_type_flags, uint* min_mesg_size)
H5Pget_shared_mesg_nindexes
herr_t H5Pget_shared_mesg_nindexes(hid_t plist_id, uint* nindexes)
H5Pget_shared_mesg_phase_change
herr_t H5Pget_shared_mesg_phase_change(hid_t plist_id, uint* max_list, uint* min_btree)
H5Pget_sieve_buf_size
herr_t H5Pget_sieve_buf_size(hid_t fapl_id, size_t* size)
H5Pget_size
herr_t H5Pget_size(hid_t id, char* name, size_t* size)
H5Pget_sizes
herr_t H5Pget_sizes(hid_t plist_id, size_t* sizeof_addr, size_t* sizeof_size)
H5Pget_small_data_block_size
herr_t H5Pget_small_data_block_size(hid_t fapl_id, hsize_t* size)
H5Pget_sym_k
herr_t H5Pget_sym_k(hid_t plist_id, uint* ik, uint* lk)
H5Pget_type_conv_cb
herr_t H5Pget_type_conv_cb(hid_t dxpl_id, H5T_conv_except_func_t* op, void** operate_data)
H5Pget_userblock
herr_t H5Pget_userblock(hid_t plist_id, hsize_t* size)
H5Pget_version
herr_t H5Pget_version(hid_t plist_id, uint* boot, uint* freelist, uint* stab, uint* shhdr)
H5Pinsert2
herr_t H5Pinsert2(hid_t plist_id, char* name, size_t size, void* value, H5P_prp_set_func_t prp_set, H5P_prp_get_func_t prp_get, H5P_prp_delete_func_t prp_delete, H5P_prp_copy_func_t prp_copy, H5P_prp_compare_func_t prp_cmp, H5P_prp_close_func_t prp_close)
H5Pisa_class
htri_t H5Pisa_class(hid_t plist_id, hid_t pclass_id)
H5Piterate
int H5Piterate(hid_t id, int* idx, H5P_iterate_t iter_func, void* iter_data)
H5Pmodify_filter
herr_t H5Pmodify_filter(hid_t plist_id, H5ZFilter filter, int flags, size_t cd_nelmts, int* cd_values)
H5Pregister2
herr_t H5Pregister2(hid_t cls_id, char* name, size_t size, void* def_value, H5P_prp_create_func_t prp_create, H5P_prp_set_func_t prp_set, H5P_prp_get_func_t prp_get, H5P_prp_delete_func_t prp_del, H5P_prp_copy_func_t prp_copy, H5P_prp_compare_func_t prp_cmp, H5P_prp_close_func_t prp_close)
H5Premove
herr_t H5Premove(hid_t plist_id, char* name)
H5Premove_filter
herr_t H5Premove_filter(hid_t plist_id, H5ZFilter filter)
H5Pset
herr_t H5Pset(hid_t plist_id, char* name, void* value)
H5Pset_alignment
herr_t H5Pset_alignment(hid_t fapl_id, hsize_t threshold, hsize_t alignment)
H5Pset_alloc_time
herr_t H5Pset_alloc_time(hid_t plist_id, H5DAllocTime alloc_time)
H5Pset_attr_creation_order
herr_t H5Pset_attr_creation_order(hid_t plist_id, uint crt_order_flags)
H5Pset_attr_phase_change
herr_t H5Pset_attr_phase_change(hid_t plist_id, uint max_compact, uint min_dense)
H5Pset_btree_ratios
herr_t H5Pset_btree_ratios(hid_t plist_id, double left, double middle, double right)
H5Pset_buffer
herr_t H5Pset_buffer(hid_t plist_id, size_t size, void* tconv, void* bkg)
H5Pset_cache
herr_t H5Pset_cache(hid_t plist_id, int mdc_nelmts, size_t rdcc_nslots, size_t rdcc_nbytes, double rdcc_w0)
H5Pset_char_encoding
herr_t H5Pset_char_encoding(hid_t plist_id, H5TCset encoding)
H5Pset_chunk
herr_t H5Pset_chunk(hid_t plist_id, int ndims, hsize_t* dim)
H5Pset_chunk_cache
herr_t H5Pset_chunk_cache(hid_t dapl_id, size_t rdcc_nslots, size_t rdcc_nbytes, double rdcc_w0)
H5Pset_copy_object
herr_t H5Pset_copy_object(hid_t plist_id, uint crt_intmd)

herr_t H5Pset_elink_cb(hid_t lapl_id, H5L_elink_traverse_t func, void *op_data); herr_t H5Pget_elink_cb(hid_t lapl_id, H5L_elink_traverse_t *func, void **op_data);

H5Pset_core_write_tracking
herr_t H5Pset_core_write_tracking(hid_t fapl_id, hbool_t is_enabled, size_t page_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Pset_create_intermediate_group
herr_t H5Pset_create_intermediate_group(hid_t plist_id, uint crt_intmd)
H5Pset_data_transform
herr_t H5Pset_data_transform(hid_t plist_id, char* expression)
H5Pset_deflate
herr_t H5Pset_deflate(hid_t plist_id, int aggression)
H5Pset_driver
herr_t H5Pset_driver(hid_t plist_id, hid_t driver_id, void* driver_info)
H5Pset_dxpl_mpio
herr_t H5Pset_dxpl_mpio(hid_t dxpl_id, H5FDMPIO xfer_mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Pset_dxpl_mpio_chunk_opt
herr_t H5Pset_dxpl_mpio_chunk_opt(hid_t dxpl_id, H5FDMPIOChunkOptions opt_mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Pset_dxpl_mpio_chunk_opt_num
herr_t H5Pset_dxpl_mpio_chunk_opt_num(hid_t dxpl_id, uint num_chunk_per_proc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Pset_dxpl_mpio_chunk_opt_ratio
herr_t H5Pset_dxpl_mpio_chunk_opt_ratio(hid_t dxpl_id, uint percent_num_proc_per_chunk)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Pset_dxpl_mpio_collective_opt
herr_t H5Pset_dxpl_mpio_collective_opt(hid_t dxpl_id, H5FDMPIO opt_mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Pset_edc_check
herr_t H5Pset_edc_check(hid_t plist_id, H5Z_EDC_t check)
H5Pset_elink_acc_flags
herr_t H5Pset_elink_acc_flags(hid_t lapl_id, uint flags)
H5Pset_elink_fapl
herr_t H5Pset_elink_fapl(hid_t lapl_id, hid_t fapl_id)
H5Pset_elink_file_cache_size
herr_t H5Pset_elink_file_cache_size(hid_t plist_id, uint efc_size)
H5Pset_elink_prefix
herr_t H5Pset_elink_prefix(hid_t plist_id, char* prefix)
H5Pset_est_link_info
herr_t H5Pset_est_link_info(hid_t plist_id, uint est_num_entries, uint est_name_len)
H5Pset_external
herr_t H5Pset_external(hid_t plist_id, char* name, off_t offset, hsize_t size)
H5Pset_family_offset
herr_t H5Pset_family_offset(hid_t fapl_id, hsize_t offset)
H5Pset_fapl_mpio
herr_t H5Pset_fapl_mpio(hid_t fapl_id, MPI_Comm comm, MPI_Info info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Pset_fclose_degree
herr_t H5Pset_fclose_degree(hid_t fapl_id, H5F_close_degree_t degree)
H5Pset_file_image
herr_t H5Pset_file_image(hid_t fapl_id, void* buf_ptr, size_t buf_len)
H5Pset_fill_time
herr_t H5Pset_fill_time(hid_t plist_id, H5D_fill_time_t fill_time)
H5Pset_fill_value
herr_t H5Pset_fill_value(hid_t plist_id, hid_t type_id, void* value)
H5Pset_filter
herr_t H5Pset_filter(hid_t plist_id, H5ZFilter filter, int flags, size_t cd_nelmts, int* c_values)
H5Pset_filter_callback
herr_t H5Pset_filter_callback(hid_t plist_id, H5Z_filter_func_t func, void* op_data)
H5Pset_fletcher32
herr_t H5Pset_fletcher32(hid_t plist_id)
H5Pset_gc_references
herr_t H5Pset_gc_references(hid_t fapl_id, uint gc_ref)
H5Pset_hyper_vector_size
herr_t H5Pset_hyper_vector_size(hid_t fapl_id, size_t size)
H5Pset_istore_k
herr_t H5Pset_istore_k(hid_t plist_id, uint ik)
H5Pset_layout
herr_t H5Pset_layout(hid_t plist_id, H5DLayout layout)
H5Pset_libver_bounds
herr_t H5Pset_libver_bounds(hid_t plist_id, H5F_libver_t low, H5F_libver_t high)
H5Pset_link_creation_order
herr_t H5Pset_link_creation_order(hid_t plist_id, uint crt_order_flags)
H5Pset_link_phase_change
herr_t H5Pset_link_phase_change(hid_t plist_id, uint max_compact, uint min_dense)
H5Pset_local_heap_size_hint
herr_t H5Pset_local_heap_size_hint(hid_t plist_id, size_t size_hint)
H5Pset_meta_block_size
herr_t H5Pset_meta_block_size(hid_t fapl_id, hsize_t size)
H5Pset_nbit
herr_t H5Pset_nbit(hid_t plist_id)
H5Pset_nlinks
herr_t H5Pset_nlinks(hid_t plist_id, size_t nlinks)
H5Pset_obj_track_times
herr_t H5Pset_obj_track_times(hid_t plist_id, hbool_t track_times)
H5Pset_preserve
herr_t H5Pset_preserve(hid_t plist_id, hbool_t status)
H5Pset_scaleoffset
herr_t H5Pset_scaleoffset(hid_t plist_id, H5Z_SO_scale_type_t scale_type, int scale_factor)
H5Pset_shared_mesg_index
herr_t H5Pset_shared_mesg_index(hid_t plist_id, uint index_num, uint mesg_type_flags, uint min_mesg_size)
H5Pset_shared_mesg_nindexes
herr_t H5Pset_shared_mesg_nindexes(hid_t plist_id, uint nindexes)
H5Pset_shared_mesg_phase_change
herr_t H5Pset_shared_mesg_phase_change(hid_t plist_id, uint max_list, uint min_btree)
H5Pset_shuffle
herr_t H5Pset_shuffle(hid_t plist_id)
H5Pset_sieve_buf_size
herr_t H5Pset_sieve_buf_size(hid_t fapl_id, size_t size)
H5Pset_sizes
herr_t H5Pset_sizes(hid_t plist_id, size_t sizeof_addr, size_t sizeof_size)
H5Pset_small_data_block_size
herr_t H5Pset_small_data_block_size(hid_t fapl_id, hsize_t size)
H5Pset_sym_k
herr_t H5Pset_sym_k(hid_t plist_id, uint ik, uint lk)
H5Pset_szip
herr_t H5Pset_szip(hid_t plist_id, uint options_mask, uint pixels_per_block)
H5Pset_type_conv_cb
herr_t H5Pset_type_conv_cb(hid_t dxpl_id, H5T_conv_except_func_t op, void* operate_data)
H5Pset_userblock
herr_t H5Pset_userblock(hid_t plist_id, hsize_t size)
H5Punregister
herr_t H5Punregister(hid_t pclass_id, char* name)
H5Rcreate
herr_t H5Rcreate(void* _ref, hid_t loc_id, char* name, H5RType reftype, hid_t space_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Rdereference
hid_t H5Rdereference(hid_t dataset, H5RType ref_type, void* _ref)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Rget_name
ssize_t H5Rget_name(hid_t loc_id, H5RType ref_type, void* _ref, char* name, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Rget_obj_type2
herr_t H5Rget_obj_type2(hid_t id, H5RType ref_type, void* _ref, H5OType* obj_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Rget_region
hid_t H5Rget_region(hid_t dataset, H5RType ref_type, void* _ref)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sclose
herr_t H5Sclose(hid_t space_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Scombine_hyperslab
hid_t H5Scombine_hyperslab(hid_t space_id, H5SSeloper op, hsize_t* start, hsize_t* _stride, hsize_t* count, hsize_t* _block)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Scombine_select
hid_t H5Scombine_select(hid_t space1_id, H5SSeloper op, hid_t space2_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Scopy
hid_t H5Scopy(hid_t space_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Screate
hid_t H5Screate(H5SClass type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Screate_simple
hid_t H5Screate_simple(int rank, hsize_t* dims, hsize_t* maxdims)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sdecode
hid_t H5Sdecode(void* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sencode
herr_t H5Sencode(hid_t obj_id, void* buf, size_t* nalloc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sextent_copy
herr_t H5Sextent_copy(hid_t dst_id, hid_t src_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sextent_equal
htri_t H5Sextent_equal(hid_t sid1, hid_t sid2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sget_select_bounds
herr_t H5Sget_select_bounds(hid_t spaceid, hsize_t* start, hsize_t* end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sget_select_elem_npoints
hssize_t H5Sget_select_elem_npoints(hid_t spaceid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sget_select_elem_pointlist
herr_t H5Sget_select_elem_pointlist(hid_t spaceid, hsize_t startpoint, hsize_t numpoints, hsize_t* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sget_select_hyper_blocklist
herr_t H5Sget_select_hyper_blocklist(hid_t spaceid, hsize_t startblock, hsize_t numblocks, hsize_t* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sget_select_hyper_nblocks
hssize_t H5Sget_select_hyper_nblocks(hid_t spaceid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sget_select_npoints
hssize_t H5Sget_select_npoints(hid_t spaceid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sget_select_type
H5S_sel_type H5Sget_select_type(hid_t spaceid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sget_simple_extent_dims
int H5Sget_simple_extent_dims(hid_t space_id, hsize_t* dims, hsize_t* maxdims)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sget_simple_extent_ndims
int H5Sget_simple_extent_ndims(hid_t space_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sget_simple_extent_npoints
hssize_t H5Sget_simple_extent_npoints(hid_t space_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sget_simple_extent_type
H5SClass H5Sget_simple_extent_type(hid_t space_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sis_simple
htri_t H5Sis_simple(hid_t space_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Soffset_simple
herr_t H5Soffset_simple(hid_t space_id, hssize_t* offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sselect_all
herr_t H5Sselect_all(hid_t spaceid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sselect_elements
herr_t H5Sselect_elements(hid_t space_id, H5SSeloper op, size_t num_elem, hsize_t* coord)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sselect_hyperslab
herr_t H5Sselect_hyperslab(hid_t space_id, H5SSeloper op, hsize_t* start, hsize_t* _stride, hsize_t* count, hsize_t* _block)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sselect_none
herr_t H5Sselect_none(hid_t spaceid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sselect_select
herr_t H5Sselect_select(hid_t space1_id, H5SSeloper op, hid_t space2_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sselect_valid
htri_t H5Sselect_valid(hid_t spaceid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sset_extent_none
herr_t H5Sset_extent_none(hid_t space_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sset_extent_simple
herr_t H5Sset_extent_simple(hid_t space_id, int rank, hsize_t* dims, hsize_t* max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tarray_create2
hid_t H5Tarray_create2(hid_t base_id, uint ndims, hsize_t dim)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tclose
herr_t H5Tclose(hid_t type_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tcommit2
herr_t H5Tcommit2(hid_t loc_id, char* name, hid_t type_id, hid_t lcpl_id, hid_t tcpl_id, hid_t tapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tcommit_anon
herr_t H5Tcommit_anon(hid_t loc_id, hid_t type_id, hid_t tcpl_id, hid_t tapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tcommitted
htri_t H5Tcommitted(hid_t type_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tcompiler_conv
htri_t H5Tcompiler_conv(hid_t src_id, hid_t dst_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tconvert
herr_t H5Tconvert(hid_t src_id, hid_t dst_id, size_t nelmts, void* buf, void* background, hid_t plist_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tcopy
hid_t H5Tcopy(hid_t type_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tcreate
hid_t H5Tcreate(H5TClass type, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tdecode
hid_t H5Tdecode(void* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tdetect_class
htri_t H5Tdetect_class(hid_t type_id, H5TClass cls)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tencode
herr_t H5Tencode(hid_t obj_id, void* buf, size_t* nalloc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tenum_create
hid_t H5Tenum_create(hid_t base_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tenum_insert
herr_t H5Tenum_insert(hid_t type, char* name, void* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tenum_nameof
herr_t H5Tenum_nameof(hid_t type, void* value, char* name, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tenum_valueof
herr_t H5Tenum_valueof(hid_t type, char* name, void* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tequal
htri_t H5Tequal(hid_t type1_id, hid_t type2_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tfind
H5T_conv_t H5Tfind(hid_t src_id, hid_t dst_id, H5T_cdata_t** pcdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tget_array_dims2
int H5Tget_array_dims2(hid_t type_id, hsize_t* dims)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tget_array_ndims
int H5Tget_array_ndims(hid_t type_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tget_class
H5TClass H5Tget_class(hid_t type_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tget_create_plist
hid_t H5Tget_create_plist(hid_t type_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tget_cset
H5TCset H5Tget_cset(hid_t type_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tget_ebias
size_t H5Tget_ebias(hid_t type_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tget_fields
herr_t H5Tget_fields(hid_t type_id, size_t* spos, size_t* epos, size_t* esize, size_t* mpos, size_t* msize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tget_inpad
H5T_pad_t H5Tget_inpad(hid_t type_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tget_member_class
H5TClass H5Tget_member_class(hid_t type_id, uint membno)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tget_member_index
int H5Tget_member_index(hid_t type_id, char* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tget_member_name
char* H5Tget_member_name(hid_t type_id, uint membno)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tget_member_offset
size_t H5Tget_member_offset(hid_t type_id, uint membno)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tget_member_type
hid_t H5Tget_member_type(hid_t type_id, uint membno)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tget_member_value
herr_t H5Tget_member_value(hid_t type_id, uint membno, void* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tget_native_type
hid_t H5Tget_native_type(hid_t type_id, H5TDirection direction)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tget_nmembers
int H5Tget_nmembers(hid_t type_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tget_norm
H5T_norm_t H5Tget_norm(hid_t type_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tget_offset
int H5Tget_offset(hid_t type_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tget_order
H5TByteOrder H5Tget_order(hid_t type_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tget_pad
herr_t H5Tget_pad(hid_t type_id, H5T_pad_t* lsb, H5T_pad_t* msb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tget_precision
size_t H5Tget_precision(hid_t type_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tget_sign
H5T_sign_t H5Tget_sign(hid_t type_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tget_size
size_t H5Tget_size(hid_t type_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tget_strpad
H5TString H5Tget_strpad(hid_t type_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tget_super
hid_t H5Tget_super(hid_t type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tget_tag
char* H5Tget_tag(hid_t type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tinsert
herr_t H5Tinsert(hid_t parent_id, char* name, size_t offset, hid_t member_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tis_variable_str
htri_t H5Tis_variable_str(hid_t type_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tlock
herr_t H5Tlock(hid_t type_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Topen2
hid_t H5Topen2(hid_t loc_id, char* name, hid_t tapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tpack
herr_t H5Tpack(hid_t type_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tregister
herr_t H5Tregister(H5T_pers_t pers, char* name, hid_t src_id, hid_t dst_id, H5T_conv_t func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tset_cset
herr_t H5Tset_cset(hid_t type_id, H5TCset cset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tset_ebias
herr_t H5Tset_ebias(hid_t type_id, size_t ebias)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tset_fields
herr_t H5Tset_fields(hid_t type_id, size_t spos, size_t epos, size_t esize, size_t mpos, size_t msize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tset_inpad
herr_t H5Tset_inpad(hid_t type_id, H5T_pad_t pad)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tset_norm
herr_t H5Tset_norm(hid_t type_id, H5T_norm_t norm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tset_offset
herr_t H5Tset_offset(hid_t type_id, size_t offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tset_order
herr_t H5Tset_order(hid_t type_id, H5TByteOrder order)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tset_pad
herr_t H5Tset_pad(hid_t type_id, H5T_pad_t lsb, H5T_pad_t msb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tset_precision
herr_t H5Tset_precision(hid_t type_id, size_t prec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tset_sign
herr_t H5Tset_sign(hid_t type_id, H5T_sign_t sign)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tset_size
herr_t H5Tset_size(hid_t type_id, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tset_strpad
herr_t H5Tset_strpad(hid_t type_id, H5TString strpad)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tset_tag
herr_t H5Tset_tag(hid_t type, char* tag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tunregister
herr_t H5Tunregister(H5T_pers_t pers, char* name, hid_t src_id, hid_t dst_id, H5T_conv_t func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Tvlen_create
hid_t H5Tvlen_create(hid_t base_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Zfilter_avail
htri_t H5Zfilter_avail(H5ZFilter id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Zget_filter_info
herr_t H5Zget_filter_info(H5ZFilter filter, uint* filter_config_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Zregister
herr_t H5Zregister(void* cls)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Zunregister
herr_t H5Zunregister(H5ZFilter id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5_VERSION_GE
bool H5_VERSION_GE()
Undocumented in source. Be warned that the author may not have intended to support it.
H5_VERSION_LE
bool H5_VERSION_LE()
Undocumented in source. Be warned that the author may not have intended to support it.
H5check
auto H5check()
Undocumented in source. Be warned that the author may not have intended to support it.
H5check_version
herr_t H5check_version(uint majnum, uint minnum, uint relnum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5close
herr_t H5close()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5dont_atexit
herr_t H5dont_atexit()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5free_memory
herr_t H5free_memory(void* mem)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5garbage_collect
herr_t H5garbage_collect()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5get_libversion
herr_t H5get_libversion(uint* majnum, uint* minnum, uint* relnum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5open
herr_t H5open()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5set_free_list_limits
herr_t H5set_free_list_limits(int reg_global_lim, int reg_list_lim, int arr_global_lim, int arr_list_lim, int blk_global_lim, int blk_list_lim)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZtoString
string ZtoString(char* c)
Undocumented in source. Be warned that the author may not have intended to support it.
ZtoString
string ZtoString(char[] c)
Undocumented in source. Be warned that the author may not have intended to support it.

Imports

off_t (from core.sys.posix.sys.types)
public import core.sys.posix.sys.types : off_t;
Undocumented in source.

Manifest constants

H5AC__CURR_CACHE_CONFIG_VERSION
enum H5AC__CURR_CACHE_CONFIG_VERSION;
Undocumented in source.
H5AC__MAX_TRACE_FILE_NAME_LEN
enum H5AC__MAX_TRACE_FILE_NAME_LEN;
Undocumented in source.
H5D_CHUNK_CACHE_NBYTES_DEFAULT
enum H5D_CHUNK_CACHE_NBYTES_DEFAULT;
Undocumented in source.
H5D_CHUNK_CACHE_NSLOTS_DEFAULT
enum H5D_CHUNK_CACHE_NSLOTS_DEFAULT;
H5D_CHUNK_CACHE_W0_DEFAULT
enum H5D_CHUNK_CACHE_W0_DEFAULT;
Undocumented in source.
H5D_MULTI_CHUNK_IO_COL_THRESHOLD
enum H5D_MULTI_CHUNK_IO_COL_THRESHOLD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5D_ONE_LINK_CHUNK_IO_THRESHOLD
enum H5D_ONE_LINK_CHUNK_IO_THRESHOLD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5D_XFER_DIRECT_CHUNK_WRITE_DATASIZE_NAME
enum H5D_XFER_DIRECT_CHUNK_WRITE_DATASIZE_NAME;
Undocumented in source.
H5D_XFER_DIRECT_CHUNK_WRITE_FILTERS_NAME
enum H5D_XFER_DIRECT_CHUNK_WRITE_FILTERS_NAME;
Undocumented in source.
H5D_XFER_DIRECT_CHUNK_WRITE_FLAG_NAME
enum H5D_XFER_DIRECT_CHUNK_WRITE_FLAG_NAME;
Undocumented in source.
H5D_XFER_DIRECT_CHUNK_WRITE_OFFSET_NAME
enum H5D_XFER_DIRECT_CHUNK_WRITE_OFFSET_NAME;
Undocumented in source.
H5F_ACC_CREAT
enum H5F_ACC_CREAT;
Undocumented in source.
H5F_ACC_DEBUG
enum H5F_ACC_DEBUG;
Undocumented in source.
H5F_ACC_DEFAULT
enum H5F_ACC_DEFAULT;
Undocumented in source.
H5F_ACC_EXCL
enum H5F_ACC_EXCL;
Undocumented in source.
H5F_ACC_RDONLY
enum H5F_ACC_RDONLY;
Undocumented in source.
H5F_ACC_RDWR
enum H5F_ACC_RDWR;
Undocumented in source.
H5F_ACC_TRUNC
enum H5F_ACC_TRUNC;
Undocumented in source.
H5F_DEBUG
enum H5F_DEBUG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5F_FAMILY_DEFAULT
enum H5F_FAMILY_DEFAULT;
Undocumented in source.
H5F_MPIO_DEBUG_KEY
enum H5F_MPIO_DEBUG_KEY;
Undocumented in source.
H5F_OBJ_ALL
enum H5F_OBJ_ALL;
Undocumented in source.
H5F_OBJ_ATTR
enum H5F_OBJ_ATTR;
Undocumented in source.
H5F_OBJ_DATASET
enum H5F_OBJ_DATASET;
Undocumented in source.
H5F_OBJ_DATATYPE
enum H5F_OBJ_DATATYPE;
Undocumented in source.
H5F_OBJ_FILE
enum H5F_OBJ_FILE;
Undocumented in source.
H5F_OBJ_GROUP
enum H5F_OBJ_GROUP;
Undocumented in source.
H5F_OBJ_LOCAL
enum H5F_OBJ_LOCAL;
Undocumented in source.
H5F_UNLIMITED
enum H5F_UNLIMITED;
Undocumented in source.
H5I_INVALID_HID
enum H5I_INVALID_HID;
Undocumented in source.
H5L_LINK_CLASS_T_VERS
enum H5L_LINK_CLASS_T_VERS;
Undocumented in source.
H5L_MAX_LINK_NAME_LEN
enum H5L_MAX_LINK_NAME_LEN;
Undocumented in source.
H5L_SAME_LOC
enum H5L_SAME_LOC;
Undocumented in source.
H5L_TYPE_BUILTIN_MAX
enum H5L_TYPE_BUILTIN_MAX;
Undocumented in source.
H5L_TYPE_UD_MIN
enum H5L_TYPE_UD_MIN;
Undocumented in source.
H5O_COPY_ALL
enum H5O_COPY_ALL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_COPY_EXPAND_EXT_LINK_FLAG
enum H5O_COPY_EXPAND_EXT_LINK_FLAG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_COPY_EXPAND_REFERENCE_FLAG
enum H5O_COPY_EXPAND_REFERENCE_FLAG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_COPY_EXPAND_SOFT_LINK_FLAG
enum H5O_COPY_EXPAND_SOFT_LINK_FLAG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_COPY_MERGE_COMMITTED_DTYPE_FLAG
enum H5O_COPY_MERGE_COMMITTED_DTYPE_FLAG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_COPY_PRESERVE_NULL_FLAG
enum H5O_COPY_PRESERVE_NULL_FLAG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_COPY_SHALLOW_HIERARCHY_FLAG
enum H5O_COPY_SHALLOW_HIERARCHY_FLAG;
H5O_COPY_WITHOUT_ATTR_FLAG
enum H5O_COPY_WITHOUT_ATTR_FLAG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_HDR_ALL_FLAGS
enum H5O_HDR_ALL_FLAGS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_HDR_ATTR_CRT_ORDER_INDEXED
enum H5O_HDR_ATTR_CRT_ORDER_INDEXED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_HDR_ATTR_CRT_ORDER_TRACKED
enum H5O_HDR_ATTR_CRT_ORDER_TRACKED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_HDR_ATTR_STORE_PHASE_CHANGE
enum H5O_HDR_ATTR_STORE_PHASE_CHANGE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_HDR_CHUNK0_SIZE
enum H5O_HDR_CHUNK0_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_HDR_STORE_TIMES
enum H5O_HDR_STORE_TIMES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_SHMESG_ALL_FLAG
enum H5O_SHMESG_ALL_FLAG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_SHMESG_ATTR_FLAG
enum H5O_SHMESG_ATTR_FLAG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_SHMESG_DTYPE_FLAG
enum H5O_SHMESG_DTYPE_FLAG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_SHMESG_FILL_FLAG
enum H5O_SHMESG_FILL_FLAG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_SHMESG_MAX_LIST_SIZE
enum H5O_SHMESG_MAX_LIST_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_SHMESG_MAX_NINDEXES
enum H5O_SHMESG_MAX_NINDEXES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_SHMESG_NONE_FLAG
enum H5O_SHMESG_NONE_FLAG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_SHMESG_PLINE_FLAG
enum H5O_SHMESG_PLINE_FLAG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_SHMESG_SDSPACE_FLAG
enum H5O_SHMESG_SDSPACE_FLAG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_CRT_ORDER_INDEXED
enum H5P_CRT_ORDER_INDEXED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_CRT_ORDER_TRACKED
enum H5P_CRT_ORDER_TRACKED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_DEFAULT
enum H5P_DEFAULT;
Undocumented in source.
H5R_DSET_REG_REF_BUF_SIZE
enum H5R_DSET_REG_REF_BUF_SIZE;
Undocumented in source.
H5R_OBJ_REF_BUF_SIZE
enum H5R_OBJ_REF_BUF_SIZE;
Undocumented in source.
H5S_ALL
enum H5S_ALL;
Undocumented in source.
H5S_MAX_RANK
enum H5S_MAX_RANK;
Undocumented in source.
H5S_UNLIMITED
enum H5S_UNLIMITED;
Undocumented in source.
H5T_NCSET
enum H5T_NCSET;
Undocumented in source.
H5T_NSTR
enum H5T_NSTR;
Undocumented in source.
H5T_OPAQUE_TAG_MAX
enum H5T_OPAQUE_TAG_MAX;
Undocumented in source.
H5T_VARIABLE
enum H5T_VARIABLE;
Undocumented in source.
H5Z_CLASS_T_VERS
enum H5Z_CLASS_T_VERS;
Undocumented in source.
H5Z_FILTER_CONFIG_DECODE_ENABLED
enum H5Z_FILTER_CONFIG_DECODE_ENABLED;
Undocumented in source.
H5Z_FILTER_CONFIG_ENCODE_ENABLED
enum H5Z_FILTER_CONFIG_ENCODE_ENABLED;
Undocumented in source.
H5Z_FLAG_DEFMASK
enum H5Z_FLAG_DEFMASK;
Undocumented in source.
H5Z_FLAG_INVMASK
enum H5Z_FLAG_INVMASK;
Undocumented in source.
H5Z_FLAG_MANDATORY
enum H5Z_FLAG_MANDATORY;
Undocumented in source.
H5Z_FLAG_OPTIONAL
enum H5Z_FLAG_OPTIONAL;
Undocumented in source.
H5Z_FLAG_REVERSE
enum H5Z_FLAG_REVERSE;
Undocumented in source.
H5Z_FLAG_SKIP_EDC
enum H5Z_FLAG_SKIP_EDC;
Undocumented in source.
H5Z_MAX_NFILTERS
enum H5Z_MAX_NFILTERS;
Undocumented in source.
H5Z_NBIT_USER_NPARMS
enum H5Z_NBIT_USER_NPARMS;
Undocumented in source.
H5Z_SCALEOFFSET_USER_NPARMS
enum H5Z_SCALEOFFSET_USER_NPARMS;
Undocumented in source.
H5Z_SHUFFLE_TOTAL_NPARMS
enum H5Z_SHUFFLE_TOTAL_NPARMS;
Undocumented in source.
H5Z_SHUFFLE_USER_NPARMS
enum H5Z_SHUFFLE_USER_NPARMS;
Undocumented in source.
H5Z_SO_INT_MINBITS_DEFAULT
enum H5Z_SO_INT_MINBITS_DEFAULT;
Undocumented in source.
H5Z_SZIP_PARM_BPP
enum H5Z_SZIP_PARM_BPP;
Undocumented in source.
H5Z_SZIP_PARM_MASK
enum H5Z_SZIP_PARM_MASK;
Undocumented in source.
H5Z_SZIP_PARM_PPB
enum H5Z_SZIP_PARM_PPB;
Undocumented in source.
H5Z_SZIP_PARM_PPS
enum H5Z_SZIP_PARM_PPS;
Undocumented in source.
H5Z_SZIP_TOTAL_NPARMS
enum H5Z_SZIP_TOTAL_NPARMS;
Undocumented in source.
H5Z_SZIP_USER_NPARMS
enum H5Z_SZIP_USER_NPARMS;
Undocumented in source.
H5_CLEAR_MEMORY
enum H5_CLEAR_MEMORY;
Undocumented in source.
H5_CONVERT_DENORMAL_FLOAT
enum H5_CONVERT_DENORMAL_FLOAT;
Undocumented in source.
H5_DEFAULT_PLUGINDIR
enum H5_DEFAULT_PLUGINDIR;
Undocumented in source.
H5_DEV_T_IS_SCALAR
enum H5_DEV_T_IS_SCALAR;
Undocumented in source.
H5_FP_TO_INTEGER_OVERFLOW_WORKS
enum H5_FP_TO_INTEGER_OVERFLOW_WORKS;
Undocumented in source.
H5_FP_TO_ULLONG_ACCURATE
enum H5_FP_TO_ULLONG_ACCURATE;
Undocumented in source.
H5_FP_TO_ULLONG_RIGHT_MAXIMUM
enum H5_FP_TO_ULLONG_RIGHT_MAXIMUM;
Undocumented in source.
H5_GETTIMEOFDAY_GIVES_TZ
enum H5_GETTIMEOFDAY_GIVES_TZ;
Undocumented in source.
H5_HAVE_ALARM
enum H5_HAVE_ALARM;
Undocumented in source.
H5_HAVE_ATTRIBUTE
enum H5_HAVE_ATTRIBUTE;
Undocumented in source.
H5_HAVE_C99_DESIGNATED_INITIALIZER
enum H5_HAVE_C99_DESIGNATED_INITIALIZER;
Undocumented in source.
H5_HAVE_C99_FUNC
enum H5_HAVE_C99_FUNC;
Undocumented in source.
H5_HAVE_CLOCK_GETTIME
enum H5_HAVE_CLOCK_GETTIME;
Undocumented in source.
H5_HAVE_DIFFTIME
enum H5_HAVE_DIFFTIME;
Undocumented in source.
H5_HAVE_DIRENT_H
enum H5_HAVE_DIRENT_H;
Undocumented in source.
H5_HAVE_DLFCN_H
enum H5_HAVE_DLFCN_H;
Undocumented in source.
H5_HAVE_EMBEDDED_LIBINFO
enum H5_HAVE_EMBEDDED_LIBINFO;
Undocumented in source.
H5_HAVE_FEATURES_H
enum H5_HAVE_FEATURES_H;
Undocumented in source.
H5_HAVE_FILTER_DEFLATE
enum H5_HAVE_FILTER_DEFLATE;
Undocumented in source.
H5_HAVE_FILTER_FLETCHER32
enum H5_HAVE_FILTER_FLETCHER32;
Undocumented in source.
H5_HAVE_FILTER_NBIT
enum H5_HAVE_FILTER_NBIT;
Undocumented in source.
H5_HAVE_FILTER_SCALEOFFSET
enum H5_HAVE_FILTER_SCALEOFFSET;
Undocumented in source.
H5_HAVE_FILTER_SHUFFLE
enum H5_HAVE_FILTER_SHUFFLE;
Undocumented in source.
H5_HAVE_FORK
enum H5_HAVE_FORK;
Undocumented in source.
H5_HAVE_FREXPF
enum H5_HAVE_FREXPF;
Undocumented in source.
H5_HAVE_FREXPL
enum H5_HAVE_FREXPL;
Undocumented in source.
H5_HAVE_FSEEKO
enum H5_HAVE_FSEEKO;
Undocumented in source.
H5_HAVE_FSEEKO64
enum H5_HAVE_FSEEKO64;
Undocumented in source.
H5_HAVE_FSTAT64
enum H5_HAVE_FSTAT64;
Undocumented in source.
H5_HAVE_FTELLO
enum H5_HAVE_FTELLO;
Undocumented in source.
H5_HAVE_FTELLO64
enum H5_HAVE_FTELLO64;
Undocumented in source.
H5_HAVE_FTRUNCATE64
enum H5_HAVE_FTRUNCATE64;
Undocumented in source.
H5_HAVE_FUNCTION
enum H5_HAVE_FUNCTION;
Undocumented in source.
H5_HAVE_GETHOSTNAME
enum H5_HAVE_GETHOSTNAME;
Undocumented in source.
H5_HAVE_GETPWUID
enum H5_HAVE_GETPWUID;
Undocumented in source.
H5_HAVE_GETRUSAGE
enum H5_HAVE_GETRUSAGE;
Undocumented in source.
H5_HAVE_GETTIMEOFDAY
enum H5_HAVE_GETTIMEOFDAY;
Undocumented in source.
H5_HAVE_INTTYPES_H
enum H5_HAVE_INTTYPES_H;
Undocumented in source.
H5_HAVE_IOCTL
enum H5_HAVE_IOCTL;
Undocumented in source.
H5_HAVE_LIBDL
enum H5_HAVE_LIBDL;
Undocumented in source.
H5_HAVE_LIBM
enum H5_HAVE_LIBM;
Undocumented in source.
H5_HAVE_LIBZ
enum H5_HAVE_LIBZ;
Undocumented in source.
H5_HAVE_LONGJMP
enum H5_HAVE_LONGJMP;
Undocumented in source.
H5_HAVE_LSEEK64
enum H5_HAVE_LSEEK64;
Undocumented in source.
H5_HAVE_LSTAT
enum H5_HAVE_LSTAT;
Undocumented in source.
H5_HAVE_MEMORY_H
enum H5_HAVE_MEMORY_H;
Undocumented in source.
H5_HAVE_MPI_GET_SIZE
enum H5_HAVE_MPI_GET_SIZE;
Undocumented in source.
H5_HAVE_MPI_MULTI_LANG_Comm
enum H5_HAVE_MPI_MULTI_LANG_Comm;
Undocumented in source.
H5_HAVE_MPI_MULTI_LANG_Info
enum H5_HAVE_MPI_MULTI_LANG_Info;
Undocumented in source.
H5_HAVE_PARALLEL
enum H5_HAVE_PARALLEL;
Undocumented in source.
H5_HAVE_RANDOM
enum H5_HAVE_RANDOM;
Undocumented in source.
H5_HAVE_RAND_R
enum H5_HAVE_RAND_R;
Undocumented in source.
H5_HAVE_SETJMP
enum H5_HAVE_SETJMP;
Undocumented in source.
H5_HAVE_SETJMP_H
enum H5_HAVE_SETJMP_H;
Undocumented in source.
H5_HAVE_SIGLONGJMP
enum H5_HAVE_SIGLONGJMP;
Undocumented in source.
H5_HAVE_SIGNAL
enum H5_HAVE_SIGNAL;
Undocumented in source.
H5_HAVE_SIGPROCMASK
enum H5_HAVE_SIGPROCMASK;
Undocumented in source.
H5_HAVE_SNPRINTF
enum H5_HAVE_SNPRINTF;
Undocumented in source.
H5_HAVE_SRANDOM
enum H5_HAVE_SRANDOM;
Undocumented in source.
H5_HAVE_STAT64
enum H5_HAVE_STAT64;
Undocumented in source.
H5_HAVE_STAT_ST_BLOCKS
enum H5_HAVE_STAT_ST_BLOCKS;
Undocumented in source.
H5_HAVE_STDDEF_H
enum H5_HAVE_STDDEF_H;
Undocumented in source.
H5_HAVE_STDINT_H
enum H5_HAVE_STDINT_H;
Undocumented in source.
H5_HAVE_STDLIB_H
enum H5_HAVE_STDLIB_H;
Undocumented in source.
H5_HAVE_STRDUP
enum H5_HAVE_STRDUP;
Undocumented in source.
H5_HAVE_STRINGS_H
enum H5_HAVE_STRINGS_H;
Undocumented in source.
H5_HAVE_STRING_H
enum H5_HAVE_STRING_H;
Undocumented in source.
H5_HAVE_STRUCT_TIMEZONE
enum H5_HAVE_STRUCT_TIMEZONE;
Undocumented in source.
H5_HAVE_STRUCT_TM_TM_ZONE
enum H5_HAVE_STRUCT_TM_TM_ZONE;
Undocumented in source.
H5_HAVE_SYMLINK
enum H5_HAVE_SYMLINK;
Undocumented in source.
H5_HAVE_SYSTEM
enum H5_HAVE_SYSTEM;
Undocumented in source.
H5_HAVE_SYS_IOCTL_H
enum H5_HAVE_SYS_IOCTL_H;
Undocumented in source.
H5_HAVE_SYS_RESOURCE_H
enum H5_HAVE_SYS_RESOURCE_H;
Undocumented in source.
H5_HAVE_SYS_SOCKET_H
enum H5_HAVE_SYS_SOCKET_H;
Undocumented in source.
H5_HAVE_SYS_STAT_H
enum H5_HAVE_SYS_STAT_H;
Undocumented in source.
H5_HAVE_SYS_TIMEB_H
enum H5_HAVE_SYS_TIMEB_H;
Undocumented in source.
H5_HAVE_SYS_TIME_H
enum H5_HAVE_SYS_TIME_H;
Undocumented in source.
H5_HAVE_SYS_TYPES_H
enum H5_HAVE_SYS_TYPES_H;
Undocumented in source.
H5_HAVE_TIOCGETD
enum H5_HAVE_TIOCGETD;
Undocumented in source.
H5_HAVE_TIOCGWINSZ
enum H5_HAVE_TIOCGWINSZ;
Undocumented in source.
H5_HAVE_TMPFILE
enum H5_HAVE_TMPFILE;
Undocumented in source.
H5_HAVE_TM_GMTOFF
enum H5_HAVE_TM_GMTOFF;
Undocumented in source.
H5_HAVE_TM_ZONE
enum H5_HAVE_TM_ZONE;
Undocumented in source.
H5_HAVE_UNISTD_H
enum H5_HAVE_UNISTD_H;
Undocumented in source.
H5_HAVE_VASPRINTF
enum H5_HAVE_VASPRINTF;
Undocumented in source.
H5_HAVE_VSNPRINTF
enum H5_HAVE_VSNPRINTF;
Undocumented in source.
H5_HAVE_WAITPID
enum H5_HAVE_WAITPID;
Undocumented in source.
H5_HAVE_ZLIB_H
enum H5_HAVE_ZLIB_H;
Undocumented in source.
H5_INCLUDE_HL
enum H5_INCLUDE_HL;
Undocumented in source.
H5_INTEGER_TO_LDOUBLE_ACCURATE
enum H5_INTEGER_TO_LDOUBLE_ACCURATE;
Undocumented in source.
H5_ITER_CONT
enum H5_ITER_CONT;
Undocumented in source.
H5_ITER_ERROR
enum H5_ITER_ERROR;
Undocumented in source.
H5_ITER_STOP
enum H5_ITER_STOP;
Undocumented in source.
H5_LDOUBLE_TO_INTEGER_ACCURATE
enum H5_LDOUBLE_TO_INTEGER_ACCURATE;
Undocumented in source.
H5_LDOUBLE_TO_INTEGER_WORKS
enum H5_LDOUBLE_TO_INTEGER_WORKS;
Undocumented in source.
H5_LDOUBLE_TO_LLONG_ACCURATE
enum H5_LDOUBLE_TO_LLONG_ACCURATE;
Undocumented in source.
H5_LDOUBLE_TO_UINT_ACCURATE
enum H5_LDOUBLE_TO_UINT_ACCURATE;
Undocumented in source.
H5_LLONG_TO_FP_CAST_WORKS
enum H5_LLONG_TO_FP_CAST_WORKS;
Undocumented in source.
H5_LLONG_TO_LDOUBLE_CORRECT
enum H5_LLONG_TO_LDOUBLE_CORRECT;
Undocumented in source.
H5_LT_OBJDIR
enum H5_LT_OBJDIR;
Undocumented in source.
H5_MPI_FILE_SET_SIZE_BIG
enum H5_MPI_FILE_SET_SIZE_BIG;
Undocumented in source.
H5_NO_ALIGNMENT_RESTRICTIONS
enum H5_NO_ALIGNMENT_RESTRICTIONS;
Undocumented in source.
H5_PACKAGE
enum H5_PACKAGE;
Undocumented in source.
H5_PACKAGE_BUGREPORT
enum H5_PACKAGE_BUGREPORT;
Undocumented in source.
H5_PACKAGE_NAME
enum H5_PACKAGE_NAME;
Undocumented in source.
H5_PACKAGE_STRING
enum H5_PACKAGE_STRING;
Undocumented in source.
H5_PACKAGE_TARNAME
enum H5_PACKAGE_TARNAME;
Undocumented in source.
H5_PACKAGE_URL
enum H5_PACKAGE_URL;
Undocumented in source.
H5_PACKAGE_VERSION
enum H5_PACKAGE_VERSION;
Undocumented in source.
H5_PRINTF_LL_WIDTH
enum H5_PRINTF_LL_WIDTH;
Undocumented in source.
H5_SIZEOF_CHAR
enum H5_SIZEOF_CHAR;
Undocumented in source.
H5_SIZEOF_DOUBLE
enum H5_SIZEOF_DOUBLE;
Undocumented in source.
H5_SIZEOF_FLOAT
enum H5_SIZEOF_FLOAT;
Undocumented in source.
H5_SIZEOF_HADDR_T
enum H5_SIZEOF_HADDR_T;
Undocumented in source.
H5_SIZEOF_HADDR_T
enum H5_SIZEOF_HADDR_T;
Undocumented in source.
H5_SIZEOF_HADDR_T
enum H5_SIZEOF_HADDR_T;
Undocumented in source.
H5_SIZEOF_HADDR_T
enum H5_SIZEOF_HADDR_T;
Undocumented in source.
H5_SIZEOF_HID_T
enum H5_SIZEOF_HID_T;
Undocumented in source.
H5_SIZEOF_INT
enum H5_SIZEOF_INT;
Undocumented in source.
H5_SIZEOF_INT16_T
enum H5_SIZEOF_INT16_T;
Undocumented in source.
H5_SIZEOF_INT32_T
enum H5_SIZEOF_INT32_T;
Undocumented in source.
H5_SIZEOF_INT64_T
enum H5_SIZEOF_INT64_T;
Undocumented in source.
H5_SIZEOF_INT8_T
enum H5_SIZEOF_INT8_T;
Undocumented in source.
H5_SIZEOF_INT_FAST16_T
enum H5_SIZEOF_INT_FAST16_T;
Undocumented in source.
H5_SIZEOF_INT_FAST32_T
enum H5_SIZEOF_INT_FAST32_T;
Undocumented in source.
H5_SIZEOF_INT_FAST64_T
enum H5_SIZEOF_INT_FAST64_T;
Undocumented in source.
H5_SIZEOF_INT_FAST8_T
enum H5_SIZEOF_INT_FAST8_T;
Undocumented in source.
H5_SIZEOF_INT_LEAST16_T
enum H5_SIZEOF_INT_LEAST16_T;
Undocumented in source.
H5_SIZEOF_INT_LEAST32_T
enum H5_SIZEOF_INT_LEAST32_T;
Undocumented in source.
H5_SIZEOF_INT_LEAST64_T
enum H5_SIZEOF_INT_LEAST64_T;
Undocumented in source.
H5_SIZEOF_INT_LEAST8_T
enum H5_SIZEOF_INT_LEAST8_T;
Undocumented in source.
H5_SIZEOF_LONG
enum H5_SIZEOF_LONG;
Undocumented in source.
H5_SIZEOF_LONG_DOUBLE
enum H5_SIZEOF_LONG_DOUBLE;
Undocumented in source.
H5_SIZEOF_LONG_LONG
enum H5_SIZEOF_LONG_LONG;
Undocumented in source.
H5_SIZEOF_OFF64_T
enum H5_SIZEOF_OFF64_T;
Undocumented in source.
H5_SIZEOF_OFF_T
enum H5_SIZEOF_OFF_T;
Undocumented in source.
H5_SIZEOF_PTRDIFF_T
enum H5_SIZEOF_PTRDIFF_T;
Undocumented in source.
H5_SIZEOF_SHORT
enum H5_SIZEOF_SHORT;
Undocumented in source.
H5_SIZEOF_SIZE_T
enum H5_SIZEOF_SIZE_T;
Undocumented in source.
H5_SIZEOF_SSIZE_T
enum H5_SIZEOF_SSIZE_T;
Undocumented in source.
H5_SIZEOF_UINT16_T
enum H5_SIZEOF_UINT16_T;
Undocumented in source.
H5_SIZEOF_UINT32_T
enum H5_SIZEOF_UINT32_T;
Undocumented in source.
H5_SIZEOF_UINT64_T
enum H5_SIZEOF_UINT64_T;
Undocumented in source.
H5_SIZEOF_UINT64_T
enum H5_SIZEOF_UINT64_T;
Undocumented in source.
H5_SIZEOF_UINT64_T
enum H5_SIZEOF_UINT64_T;
Undocumented in source.
H5_SIZEOF_UINT64_T
enum H5_SIZEOF_UINT64_T;
Undocumented in source.
H5_SIZEOF_UINT8_T
enum H5_SIZEOF_UINT8_T;
Undocumented in source.
H5_SIZEOF_UINT_FAST16_T
enum H5_SIZEOF_UINT_FAST16_T;
Undocumented in source.
H5_SIZEOF_UINT_FAST32_T
enum H5_SIZEOF_UINT_FAST32_T;
Undocumented in source.
H5_SIZEOF_UINT_FAST64_T
enum H5_SIZEOF_UINT_FAST64_T;
Undocumented in source.
H5_SIZEOF_UINT_FAST8_T
enum H5_SIZEOF_UINT_FAST8_T;
Undocumented in source.
H5_SIZEOF_UINT_LEAST16_T
enum H5_SIZEOF_UINT_LEAST16_T;
Undocumented in source.
H5_SIZEOF_UINT_LEAST32_T
enum H5_SIZEOF_UINT_LEAST32_T;
Undocumented in source.
H5_SIZEOF_UINT_LEAST64_T
enum H5_SIZEOF_UINT_LEAST64_T;
Undocumented in source.
H5_SIZEOF_UINT_LEAST8_T
enum H5_SIZEOF_UINT_LEAST8_T;
Undocumented in source.
H5_SIZEOF_UNSIGNED
enum H5_SIZEOF_UNSIGNED;
Undocumented in source.
H5_SIZEOF___INT64
enum H5_SIZEOF___INT64;
Undocumented in source.
H5_STDC_HEADERS
enum H5_STDC_HEADERS;
Undocumented in source.
H5_SYSTEM_SCOPE_THREADS
enum H5_SYSTEM_SCOPE_THREADS;
Undocumented in source.
H5_SZIP_ALLOW_K13_OPTION_MASK
enum H5_SZIP_ALLOW_K13_OPTION_MASK;
Undocumented in source.
H5_SZIP_CHIP_OPTION_MASK
enum H5_SZIP_CHIP_OPTION_MASK;
Undocumented in source.
H5_SZIP_EC_OPTION_MASK
enum H5_SZIP_EC_OPTION_MASK;
Undocumented in source.
H5_SZIP_MAX_PIXELS_PER_BLOCK
enum H5_SZIP_MAX_PIXELS_PER_BLOCK;
Undocumented in source.
H5_SZIP_NN_OPTION_MASK
enum H5_SZIP_NN_OPTION_MASK;
Undocumented in source.
H5_TIME_WITH_SYS_TIME
enum H5_TIME_WITH_SYS_TIME;
Undocumented in source.
H5_ULLONG_TO_FP_CAST_WORKS
enum H5_ULLONG_TO_FP_CAST_WORKS;
Undocumented in source.
H5_ULLONG_TO_LDOUBLE_PRECISION
enum H5_ULLONG_TO_LDOUBLE_PRECISION;
Undocumented in source.
H5_ULONG_TO_FLOAT_ACCURATE
enum H5_ULONG_TO_FLOAT_ACCURATE;
Undocumented in source.
H5_ULONG_TO_FP_BOTTOM_BIT_ACCURATE
enum H5_ULONG_TO_FP_BOTTOM_BIT_ACCURATE;
Undocumented in source.
H5_VERSION
enum H5_VERSION;
Undocumented in source.
H5_VERS_INFO
enum H5_VERS_INFO;
Undocumented in source.
H5_VERS_MAJOR
enum H5_VERS_MAJOR;
Undocumented in source.
H5_VERS_MINOR
enum H5_VERS_MINOR;
Undocumented in source.
H5_VERS_RELEASE
enum H5_VERS_RELEASE;
Undocumented in source.
H5_VERS_SUBRELEASE
enum H5_VERS_SUBRELEASE;
Undocumented in source.
H5_VSNPRINTF_WORKS
enum H5_VSNPRINTF_WORKS;
Undocumented in source.
H5_WANT_DATA_ACCURACY
enum H5_WANT_DATA_ACCURACY;
Undocumented in source.
H5_WANT_DCONV_EXCEPTION
enum H5_WANT_DCONV_EXCEPTION;
Undocumented in source.
HADDR_AS_MPI_TYPE
enum HADDR_AS_MPI_TYPE;
Undocumented in source.
HADDR_AS_MPI_TYPE
enum HADDR_AS_MPI_TYPE;
Undocumented in source.
HADDR_AS_MPI_TYPE
enum HADDR_AS_MPI_TYPE;
Undocumented in source.
HADDR_AS_MPI_TYPE
enum HADDR_AS_MPI_TYPE;
Undocumented in source.
HADDR_UNDEF
enum HADDR_UNDEF;
Undocumented in source.
HADDR_UNDEF
enum HADDR_UNDEF;
Undocumented in source.
HADDR_UNDEF
enum HADDR_UNDEF;
Undocumented in source.
HADDR_UNDEF
enum HADDR_UNDEF;
Undocumented in source.
MPI_LONG_LONG_INT
enum MPI_LONG_LONG_INT;
Undocumented in source.
WORDS_BIGENDIAN
enum WORDS_BIGENDIAN;
Undocumented in source.
h5parallel
enum h5parallel;
Undocumented in source.

Static variables

H5FD_mpi_opt_types_g
hbool_t H5FD_mpi_opt_types_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_CLS_ATTRIBUTE_CREATE_g
hid_t H5P_CLS_ATTRIBUTE_CREATE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_CLS_DATASET_ACCESS_g
hid_t H5P_CLS_DATASET_ACCESS_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_CLS_DATASET_CREATE_g
hid_t H5P_CLS_DATASET_CREATE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_CLS_DATASET_XFER_g
hid_t H5P_CLS_DATASET_XFER_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_CLS_DATATYPE_ACCESS_g
hid_t H5P_CLS_DATATYPE_ACCESS_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_CLS_DATATYPE_CREATE_g
hid_t H5P_CLS_DATATYPE_CREATE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_CLS_FILE_ACCESS_g
hid_t H5P_CLS_FILE_ACCESS_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_CLS_FILE_CREATE_g
hid_t H5P_CLS_FILE_CREATE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_CLS_FILE_MOUNT_g
hid_t H5P_CLS_FILE_MOUNT_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_CLS_GROUP_ACCESS_g
hid_t H5P_CLS_GROUP_ACCESS_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_CLS_GROUP_CREATE_g
hid_t H5P_CLS_GROUP_CREATE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_CLS_LINK_ACCESS_g
hid_t H5P_CLS_LINK_ACCESS_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_CLS_LINK_CREATE_g
hid_t H5P_CLS_LINK_CREATE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_CLS_OBJECT_COPY_g
hid_t H5P_CLS_OBJECT_COPY_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_CLS_OBJECT_CREATE_g
hid_t H5P_CLS_OBJECT_CREATE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_CLS_ROOT_g
hid_t H5P_CLS_ROOT_g;
H5P_CLS_STRING_CREATE_g
hid_t H5P_CLS_STRING_CREATE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_LST_ATTRIBUTE_CREATE_g
hid_t H5P_LST_ATTRIBUTE_CREATE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_LST_DATASET_ACCESS_g
hid_t H5P_LST_DATASET_ACCESS_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_LST_DATASET_CREATE_g
hid_t H5P_LST_DATASET_CREATE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_LST_DATASET_XFER_g
hid_t H5P_LST_DATASET_XFER_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_LST_DATATYPE_ACCESS_g
hid_t H5P_LST_DATATYPE_ACCESS_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_LST_DATATYPE_CREATE_g
hid_t H5P_LST_DATATYPE_CREATE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_LST_FILE_ACCESS_g
hid_t H5P_LST_FILE_ACCESS_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_LST_FILE_CREATE_g
hid_t H5P_LST_FILE_CREATE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_LST_FILE_MOUNT_g
hid_t H5P_LST_FILE_MOUNT_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_LST_GROUP_ACCESS_g
hid_t H5P_LST_GROUP_ACCESS_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_LST_GROUP_CREATE_g
hid_t H5P_LST_GROUP_CREATE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_LST_LINK_ACCESS_g
hid_t H5P_LST_LINK_ACCESS_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_LST_LINK_CREATE_g
hid_t H5P_LST_LINK_CREATE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5P_LST_OBJECT_COPY_g
hid_t H5P_LST_OBJECT_COPY_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_C_S1_g
hid_t H5T_C_S1_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_FORTRAN_S1_g
hid_t H5T_FORTRAN_S1_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_IEEE_F32BE_g
hid_t H5T_IEEE_F32BE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_IEEE_F32LE_g
hid_t H5T_IEEE_F32LE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_IEEE_F64BE_g
hid_t H5T_IEEE_F64BE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_IEEE_F64LE_g
hid_t H5T_IEEE_F64LE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_B16_g
hid_t H5T_NATIVE_B16_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_B32_g
hid_t H5T_NATIVE_B32_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_B64_g
hid_t H5T_NATIVE_B64_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_B8_g
hid_t H5T_NATIVE_B8_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_DOUBLE_g
hid_t H5T_NATIVE_DOUBLE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_FLOAT_g
hid_t H5T_NATIVE_FLOAT_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_HADDR_g
hid_t H5T_NATIVE_HADDR_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_HBOOL_g
hid_t H5T_NATIVE_HBOOL_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_HERR_g
hid_t H5T_NATIVE_HERR_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_HSIZE_g
hid_t H5T_NATIVE_HSIZE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_HSSIZE_g
hid_t H5T_NATIVE_HSSIZE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT16_g
hid_t H5T_NATIVE_INT16_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT32_g
hid_t H5T_NATIVE_INT32_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT64_g
hid_t H5T_NATIVE_INT64_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT8_g
hid_t H5T_NATIVE_INT8_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT_FAST16_g
hid_t H5T_NATIVE_INT_FAST16_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT_FAST32_g
hid_t H5T_NATIVE_INT_FAST32_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT_FAST64_g
hid_t H5T_NATIVE_INT_FAST64_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT_FAST8_g
hid_t H5T_NATIVE_INT_FAST8_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT_LEAST16_g
hid_t H5T_NATIVE_INT_LEAST16_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT_LEAST32_g
hid_t H5T_NATIVE_INT_LEAST32_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT_LEAST64_g
hid_t H5T_NATIVE_INT_LEAST64_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT_LEAST8_g
hid_t H5T_NATIVE_INT_LEAST8_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_INT_g
hid_t H5T_NATIVE_INT_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_LDOUBLE_g
hid_t H5T_NATIVE_LDOUBLE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_LLONG_g
hid_t H5T_NATIVE_LLONG_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_LONG_g
hid_t H5T_NATIVE_LONG_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_OPAQUE_g
hid_t H5T_NATIVE_OPAQUE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_SCHAR_g
hid_t H5T_NATIVE_SCHAR_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_SHORT_g
hid_t H5T_NATIVE_SHORT_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UCHAR_g
hid_t H5T_NATIVE_UCHAR_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT16_g
hid_t H5T_NATIVE_UINT16_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT32_g
hid_t H5T_NATIVE_UINT32_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT64_g
hid_t H5T_NATIVE_UINT64_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT8_g
hid_t H5T_NATIVE_UINT8_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT_FAST16_g
hid_t H5T_NATIVE_UINT_FAST16_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT_FAST32_g
hid_t H5T_NATIVE_UINT_FAST32_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT_FAST64_g
hid_t H5T_NATIVE_UINT_FAST64_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT_FAST8_g
hid_t H5T_NATIVE_UINT_FAST8_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT_LEAST16_g
hid_t H5T_NATIVE_UINT_LEAST16_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT_LEAST32_g
hid_t H5T_NATIVE_UINT_LEAST32_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT_LEAST64_g
hid_t H5T_NATIVE_UINT_LEAST64_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT_LEAST8_g
hid_t H5T_NATIVE_UINT_LEAST8_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_UINT_g
hid_t H5T_NATIVE_UINT_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_ULLONG_g
hid_t H5T_NATIVE_ULLONG_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_ULONG_g
hid_t H5T_NATIVE_ULONG_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_NATIVE_USHORT_g
hid_t H5T_NATIVE_USHORT_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_B16BE_g
hid_t H5T_STD_B16BE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_B16LE_g
hid_t H5T_STD_B16LE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_B32BE_g
hid_t H5T_STD_B32BE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_B32LE_g
hid_t H5T_STD_B32LE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_B64BE_g
hid_t H5T_STD_B64BE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_B64LE_g
hid_t H5T_STD_B64LE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_B8BE_g
hid_t H5T_STD_B8BE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_B8LE_g
hid_t H5T_STD_B8LE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_I16BE_g
hid_t H5T_STD_I16BE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_I16LE_g
hid_t H5T_STD_I16LE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_I32BE_g
hid_t H5T_STD_I32BE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_I32LE_g
hid_t H5T_STD_I32LE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_I64BE_g
hid_t H5T_STD_I64BE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_I64LE_g
hid_t H5T_STD_I64LE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_I8BE_g
hid_t H5T_STD_I8BE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_I8LE_g
hid_t H5T_STD_I8LE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_REF_DSETREG_g
hid_t H5T_STD_REF_DSETREG_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_REF_OBJ_g
hid_t H5T_STD_REF_OBJ_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_U16BE_g
hid_t H5T_STD_U16BE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_U16LE_g
hid_t H5T_STD_U16LE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_U32BE_g
hid_t H5T_STD_U32BE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_U32LE_g
hid_t H5T_STD_U32LE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_U64BE_g
hid_t H5T_STD_U64BE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_U64LE_g
hid_t H5T_STD_U64LE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_U8BE_g
hid_t H5T_STD_U8BE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_STD_U8LE_g
hid_t H5T_STD_U8LE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_UNIX_D32BE_g
hid_t H5T_UNIX_D32BE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_UNIX_D32LE_g
hid_t H5T_UNIX_D32LE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_UNIX_D64BE_g
hid_t H5T_UNIX_D64BE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_UNIX_D64LE_g
hid_t H5T_UNIX_D64LE_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_VAX_F32_g
hid_t H5T_VAX_F32_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_VAX_F64_g
hid_t H5T_VAX_F64_g;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

H5ACCacheConfig
struct H5ACCacheConfig
Undocumented in source.
H5A_info_t
struct H5A_info_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5F_info_t
struct H5F_info_t
Undocumented in source.
H5GInfo
struct H5GInfo
Undocumented in source.
H5LInfo
struct H5LInfo
Undocumented in source.
H5L_class_t
struct H5L_class_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_hdr_info_t
struct H5O_hdr_info_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5O_info_t
struct H5O_info_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5T_cdata_t
struct H5T_cdata_t
Undocumented in source.
H5Z_cb_t
struct H5Z_cb_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_class2_t
struct H5Z_class2_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5_ih_info_t
struct H5_ih_info_t
Undocumented in source.
hvl_t
struct hvl_t
Undocumented in source.

Detailed Description

Copyright by The HDF Group. * Copyright by the Board of Trustees of the University of Illinois. * All rights reserved. * * This file is part of HDF5. The full HDF5 copyright notice, including * terms governing use, modification, and redistribution, is contained in * the files COPYING and Copyright.html. COPYING can be found at the root * of the source code distribution tree; Copyright.html can be found at the * root level of an installed copy of the electronic HDF5 document set and * is linked from the top-level documents page. It can also be found at * http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have * access to either file, you may request a copy from help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Ported to D by Laeeth Isharc 2014 Borrowed heavily in terms of C API declarations from https://github.com/SFrijters/hdf5-d Stefan Frijters bindings for D

Bindings probably not yet complete or bug-free.

Consider this not even alpha stage. It probably isn't so far away from being useful though. This is written for Linux and will need modification to work on other platforms.

Meta